Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/
DWiredAccessoryObserver.java240 intent = new Intent(Intent.ACTION_USB_ANLG_HEADSET_PLUG); in sendIntent()
/frameworks/base/media/java/android/media/
DAudioService.java371 intentFilter.addAction(Intent.ACTION_USB_ANLG_HEADSET_PLUG); in AudioService()
2492 } else if (action.equals(Intent.ACTION_USB_ANLG_HEADSET_PLUG)) { in onReceive()
/frameworks/base/core/java/android/content/
DIntent.java2002 public static final String ACTION_USB_ANLG_HEADSET_PLUG = field in Intent