Searched refs:PendingItem (Results 1 – 1 of 1) sorted by relevance
82 private static class PendingItem { class in ShortcutBitmapSaver92 private PendingItem(ShortcutInfo shortcut, byte[] bytes) { in PendingItem() method in ShortcutBitmapSaver.PendingItem108 private final Deque<PendingItem> mPendingItems = new LinkedBlockingDeque<>();197 final PendingItem item = new PendingItem(shortcut, bytes); in saveBitmapLocked()240 final PendingItem item; in processPendingItems()304 for (PendingItem item : mPendingItems) { in dumpLocked()