Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTouchInteractionService.java143 private static final int SYSTEM_ACTION_ID_ALL_APPS = 14; field in TouchInteractionService
440 PendingIntent.getActivity(this, SYSTEM_ACTION_ID_ALL_APPS, intent, in onOverviewTargetChange()
442 am.registerSystemAction(allAppsAction, SYSTEM_ACTION_ID_ALL_APPS); in onOverviewTargetChange()
444 am.unregisterSystemAction(SYSTEM_ACTION_ID_ALL_APPS); in onOverviewTargetChange()
495 .unregisterSystemAction(SYSTEM_ACTION_ID_ALL_APPS); in onDestroy()