Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DSystemActions.java253 SystemActionsBroadcastReceiver.INTENT_ACTION_HOME); in registerActions()
372 intent = SystemActionsBroadcastReceiver.INTENT_ACTION_HOME; in register()
578 private static final String INTENT_ACTION_HOME = "SYSTEM_ACTION_HOME"; field in SystemActions.SystemActionsBroadcastReceiver
603 case INTENT_ACTION_HOME: in createPendingIntent()
635 intentFilter.addAction(INTENT_ACTION_HOME); in createIntentFilter()
663 case INTENT_ACTION_HOME: { in onReceive()