Home
last modified time | relevance | path

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

/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/cache/
DIconCacheUpdateHandler.java59 private static final Object ICON_UPDATE_TOKEN = new Object(); field in IconCacheUpdateHandler
75 mIconCache.mWorkerHandler.removeCallbacksAndMessages(ICON_UPDATE_TOKEN); in IconCacheUpdateHandler()
294 mIconCache.mWorkerHandler.postAtTime(this, ICON_UPDATE_TOKEN, in scheduleNext()