Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java310 private final ShortcutBitmapSaver mShortcutBitmapSaver; field in ShortcutService
431 mShortcutBitmapSaver = new ShortcutBitmapSaver(this); in ShortcutService()
933 mShortcutBitmapSaver.waitForAllSavesLocked(); in saveUserLocked()
1223 mShortcutBitmapSaver.removeIcon(shortcut); in removeIconLocked()
1384 mShortcutBitmapSaver.saveBitmapLocked(shortcut, in saveIconAndFixUpShortcutLocked()
2599 final String path = mShortcutBitmapSaver.getBitmapPathMayWaitLocked(shortcutInfo); in getShortcutIconFd()
3507 mShortcutBitmapSaver.dumpLocked(pw, " "); in dumpInner()
3999 mShortcutBitmapSaver.waitForAllSavesLocked(); in waitForBitmapSavesForTest()