Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DSystemActions.java284 SystemActionsBroadcastReceiver.INTENT_ACTION_HEADSET_HOOK); in registerActions()
398 intent = SystemActionsBroadcastReceiver.INTENT_ACTION_HEADSET_HOOK; in register()
582 private static final String INTENT_ACTION_HEADSET_HOOK = "SYSTEM_ACTION_HEADSET_HOOK"; field in SystemActions.SystemActionsBroadcastReceiver
607 case INTENT_ACTION_HEADSET_HOOK: in createPendingIntent()
639 intentFilter.addAction(INTENT_ACTION_HEADSET_HOOK); in createIntentFilter()
688 case INTENT_ACTION_HEADSET_HOOK: { in onReceive()