Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DSystemActions.java202 SystemActionsBroadcastReceiver.INTENT_ACTION_RECENTS); in registerActions()
285 intent = SystemActionsBroadcastReceiver.INTENT_ACTION_RECENTS; in register()
439 private static final String INTENT_ACTION_RECENTS = "SYSTEM_ACTION_RECENTS"; field in SystemActions.SystemActionsBroadcastReceiver
458 case INTENT_ACTION_RECENTS: in createPendingIntent()
483 intentFilter.addAction(INTENT_ACTION_RECENTS); in createIntentFilter()
508 case INTENT_ACTION_RECENTS: { in onReceive()