Searched refs:PendingItem (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutBitmapSaver.java84 private static class PendingItem { class in class:ShortcutBitmapSaver
94 private PendingItem(ShortcutInfo shortcut, byte[] bytes) { method in class:ShortcutBitmapSaver.PendingItem
102 return "PendingItem{size=" + bytes.length
110 private final Deque<PendingItem> mPendingItems = new LinkedBlockingDeque<>();
207 final PendingItem item = new PendingItem(shortcut, bytes);
226 * Takes a {@link PendingItem} from {@link #mPendingItems} and process it.
250 final PendingItem item;
314 for (PendingItem item : mPendingItems) {

Completed in 56 milliseconds