Searched refs:DEVICE_IN_WIRED_HEADSET (Results 1 – 5 of 5) sorted by relevance
307 public static final int DEVICE_IN_WIRED_HEADSET = DEVICE_BIT_IN | 0x10; field in AudioSystem330 DEVICE_IN_WIRED_HEADSET |466 case DEVICE_IN_WIRED_HEADSET: in getInputDeviceName()
191 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_IN_WIRED_HEADSET, TYPE_WIRED_HEADSET); in INT_TO_EXT_DEVICE_MAPPING.put() argument
3109 public static final int DEVICE_IN_WIRED_HEADSET = field in AudioManager3110 AudioSystem.DEVICE_IN_WIRED_HEADSET;
4829 if (!isUsb && (device != AudioSystem.DEVICE_IN_WIRED_HEADSET)) { in onSetWiredDeviceConnectionState()
273 inDevice = AudioManager.DEVICE_IN_WIRED_HEADSET; in setDeviceStateLocked()