Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DInstallShortcutReceiver.java43 public static final String NEW_APPS_PAGE_KEY = "apps.new.page"; field in InstallShortcutReceiver
303 NEW_APPS_PAGE_KEY, screen); in installShortcut()
309 editor.putInt(NEW_APPS_PAGE_KEY, screen); in installShortcut()
DUninstallShortcutReceiver.java157 editor.putInt(InstallShortcutReceiver.NEW_APPS_PAGE_KEY, -1); in removeShortcut()
DLauncher.java3730 .putInt(InstallShortcutReceiver.NEW_APPS_PAGE_KEY, -1) in runNewAppsAnimation()