Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DSystemActions.java194 SystemActionsBroadcastReceiver.INTENT_ACTION_BACK); in registerActions()
277 intent = SystemActionsBroadcastReceiver.INTENT_ACTION_BACK; in register()
437 private static final String INTENT_ACTION_BACK = "SYSTEM_ACTION_BACK"; field in SystemActions.SystemActionsBroadcastReceiver
456 case INTENT_ACTION_BACK: in createPendingIntent()
481 intentFilter.addAction(INTENT_ACTION_BACK); in createIntentFilter()
500 case INTENT_ACTION_BACK: { in onReceive()