Searched refs:ACTION_USB_DGTL_HEADSET_PLUG (Results 1 – 3 of 3) sorted by relevance
246 intent = new Intent(Intent.ACTION_USB_DGTL_HEADSET_PLUG); in sendIntent()
372 intentFilter.addAction(Intent.ACTION_USB_DGTL_HEADSET_PLUG); in AudioService()2521 } else if (action.equals(Intent.ACTION_USB_DGTL_HEADSET_PLUG)) { in onReceive()
2017 public static final String ACTION_USB_DGTL_HEADSET_PLUG = field in Intent