Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutBitmapSaver.java84 private static class PendingItem { class in ShortcutBitmapSaver
94 private PendingItem(ShortcutInfo shortcut, byte[] bytes) { in PendingItem() method in ShortcutBitmapSaver.PendingItem
110 private final Deque<PendingItem> mPendingItems = new LinkedBlockingDeque<>();
208 final PendingItem item = new PendingItem(shortcut, bytes); in saveBitmapLocked()
251 final PendingItem item; in processPendingItems()
316 for (PendingItem item : mPendingItems) { in dumpLocked()
/aosp12/frameworks/base/services/
H A Dart-profile32294 HPLcom/android/server/pm/ShortcutBitmapSaver$PendingItem;-><init>(Landroid/content/pm/ShortcutInfo;…
32295 HPLcom/android/server/pm/ShortcutBitmapSaver$PendingItem;-><init>(Landroid/content/pm/ShortcutInfo;…
55014 Lcom/android/server/pm/ShortcutBitmapSaver$PendingItem;