Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/pm/
DInstallSessionHelper.java63 public static final String PROMISE_ICON_IDS = "promise_icon_ids"; field in InstallSessionHelper
103 LauncherPrefs.get(mAppContext).get(LauncherPrefs.PROMISE_ICON_IDS))); in getPromiseIconIds()
147 LauncherPrefs.get(mAppContext).put(LauncherPrefs.PROMISE_ICON_IDS, in updatePromiseIconPrefs()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherPrefs.kt265 @JvmField val PROMISE_ICON_IDS = backedUpItem(InstallSessionHelper.PROMISE_ICON_IDS, "") in <lambda>() constant