Searched refs:PendingItem (Results 1 – 1 of 1) sorted by relevance
84 private static class PendingItem { class in ShortcutBitmapSaver94 private PendingItem(ShortcutInfo shortcut, byte[] bytes) { in PendingItem() method in ShortcutBitmapSaver.PendingItem110 private final Deque<PendingItem> mPendingItems = new LinkedBlockingDeque<>();207 final PendingItem item = new PendingItem(shortcut, bytes); in saveBitmapLocked()250 final PendingItem item; in processPendingItems()314 for (PendingItem item : mPendingItems) { in dumpLocked()