Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DUninstallShortcutReceiver.java141 newApps = sharedPrefs.getStringSet(InstallShortcutReceiver.NEW_APPS_LIST_KEY, newApps); in removeShortcut()
153 editor.putStringSet(InstallShortcutReceiver.NEW_APPS_LIST_KEY, in removeShortcut()
DInstallShortcutReceiver.java44 public static final String NEW_APPS_LIST_KEY = "apps.new.list"; field in InstallShortcutReceiver
307 editor, NEW_APPS_LIST_KEY, intent.toUri(0)); in installShortcut()
DLauncher.java3493 newApps = mSharedPrefs.getStringSet(InstallShortcutReceiver.NEW_APPS_LIST_KEY, newApps); in bindItems()
3731 .putStringSet(InstallShortcutReceiver.NEW_APPS_LIST_KEY, null) in runNewAppsAnimation()
DWorkspace.java3797 Set<String> newApps = sp.getStringSet(InstallShortcutReceiver.NEW_APPS_LIST_KEY,