Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTouchInteractionService.java29 import static com.android.launcher3.Launcher.INTENT_ACTION_ALL_APPS_TOGGLE;
711 .setAction(INTENT_ACTION_ALL_APPS_TOGGLE), in createAllAppsPendingIntent()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java310 public static final String INTENT_ACTION_ALL_APPS_TOGGLE = field in Launcher
1674 } else if (INTENT_ACTION_ALL_APPS_TOGGLE.equals(intent.getAction())) {