Searched refs:ACTION_USB_AUDIO_ACCESSORY_PLUG (Results 1 – 3 of 3) sorted by relevance
598 Intent intent = new Intent(AudioManager.ACTION_USB_AUDIO_ACCESSORY_PLUG);
341 public static final String ACTION_USB_AUDIO_ACCESSORY_PLUG = field in AudioManager
636 intentFilter.addAction(AudioManager.ACTION_USB_AUDIO_ACCESSORY_PLUG); in AudioService()4966 } else if (action.equals(AudioManager.ACTION_USB_AUDIO_ACCESSORY_PLUG)) { in onReceive()