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/recents_ui_overrides/src/com/android/quickstep/
DTouchInteractionService.java140 private static final int SYSTEM_ACTION_ID_ALL_APPS = 14; field in TouchInteractionService
392 PendingIntent.getActivity(this, SYSTEM_ACTION_ID_ALL_APPS, intent, in onOverviewTargetChange()
394 am.registerSystemAction(allAppsAction, SYSTEM_ACTION_ID_ALL_APPS); in onOverviewTargetChange()
396 am.unregisterSystemAction(SYSTEM_ACTION_ID_ALL_APPS); in onOverviewTargetChange()
439 .unregisterSystemAction(SYSTEM_ACTION_ID_ALL_APPS); in onDestroy()