commit | 4d85da4a77203f4c361e48699e5598ebe8c77b32 | [log] [tgz] |
---|---|---|
author | Pablo Ceballos <pceballos@google.com> | Tue Apr 19 20:11:56 2016 -0700 |
committer | Pablo Ceballos <pceballos@google.com> | Wed Apr 20 17:48:07 2016 -0700 |
tree | 42f2bc277a25d8b55a71d5c303e2c0d497ad9d77 | |
parent | 151cc4a91a92447a78a964bf1164b50ac8921f65 [diff] |
BQ: Replace items from back of queue It's possible to have one or more non-droppable items in the queue ahead of a droppable item. In that case we want to replace the droppable one at the end of the queue. By changing the policy to always replace the last item in the queue (if it's droppable) we ensure that there will never be more than one droppable item in the queue and that it will always be the last one. Bug 27129258 Change-Id: I9a6234fe12a0095ccb93ceb9cdb74616944900b0