Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DSystemActions.java256 SystemActionsBroadcastReceiver.INTENT_ACTION_HOME); in registerActions()
370 intent = SystemActionsBroadcastReceiver.INTENT_ACTION_HOME; in register()
575 private static final String INTENT_ACTION_HOME = "SYSTEM_ACTION_HOME"; field in SystemActions.SystemActionsBroadcastReceiver
600 case INTENT_ACTION_HOME: in createPendingIntent()
632 intentFilter.addAction(INTENT_ACTION_HOME); in createIntentFilter()
660 case INTENT_ACTION_HOME: { in onReceive()