Searched refs:ACTION_USB_ANLG_HEADSET_PLUG (Results 1 – 3 of 3) sorted by relevance
240 intent = new Intent(Intent.ACTION_USB_ANLG_HEADSET_PLUG); in sendIntent()
371 intentFilter.addAction(Intent.ACTION_USB_ANLG_HEADSET_PLUG); in AudioService()2492 } else if (action.equals(Intent.ACTION_USB_ANLG_HEADSET_PLUG)) { in onReceive()
2002 public static final String ACTION_USB_ANLG_HEADSET_PLUG = field in Intent