Searched refs:DEVICE_IN_WIRED_HEADSET (Results 1 – 5 of 5) sorted by relevance
425 public static final int DEVICE_IN_WIRED_HEADSET = DEVICE_BIT_IN | 0x10; field in AudioSystem450 DEVICE_IN_WIRED_HEADSET |596 case DEVICE_IN_WIRED_HEADSET: in getInputDeviceName()
290 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_IN_WIRED_HEADSET, TYPE_WIRED_HEADSET); in INT_TO_EXT_DEVICE_MAPPING.put() argument
3103 public static final int DEVICE_IN_WIRED_HEADSET = field in AudioManager3104 AudioSystem.DEVICE_IN_WIRED_HEADSET;
271 inDevice = AudioManager.DEVICE_IN_WIRED_HEADSET; in setDeviceStateLocked()
5158 if (!isUsb && device != AudioSystem.DEVICE_IN_WIRED_HEADSET) { in onSetWiredDeviceConnectionState()