Searched refs:NEW_APPS_LIST_KEY (Results 1 – 4 of 4) sorted by relevance
141 newApps = sharedPrefs.getStringSet(InstallShortcutReceiver.NEW_APPS_LIST_KEY, newApps); in removeShortcut()153 editor.putStringSet(InstallShortcutReceiver.NEW_APPS_LIST_KEY, in removeShortcut()
44 public static final String NEW_APPS_LIST_KEY = "apps.new.list"; field in InstallShortcutReceiver307 editor, NEW_APPS_LIST_KEY, intent.toUri(0)); in installShortcut()
3493 newApps = mSharedPrefs.getStringSet(InstallShortcutReceiver.NEW_APPS_LIST_KEY, newApps); in bindItems()3731 .putStringSet(InstallShortcutReceiver.NEW_APPS_LIST_KEY, null) in runNewAppsAnimation()
3797 Set<String> newApps = sp.getStringSet(InstallShortcutReceiver.NEW_APPS_LIST_KEY,