Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DTouchInteractionService.java146 private static final int SYSTEM_ACTION_ID_ALL_APPS = 14; field in TouchInteractionService
477 PendingIntent.getActivity(this, SYSTEM_ACTION_ID_ALL_APPS, intent, in onOverviewTargetChange()
479 am.registerSystemAction(allAppsAction, SYSTEM_ACTION_ID_ALL_APPS); in onOverviewTargetChange()
481 am.unregisterSystemAction(SYSTEM_ACTION_ID_ALL_APPS); in onOverviewTargetChange()
546 .unregisterSystemAction(SYSTEM_ACTION_ID_ALL_APPS); in onDestroy()