Searched refs:DEVICE_OUT_BLUETOOTH_SCO (Results 1 – 4 of 4) sorted by relevance
240 public static final int DEVICE_OUT_BLUETOOTH_SCO = 0x10; field in AudioSystem267 DEVICE_OUT_BLUETOOTH_SCO |290 public static final int DEVICE_OUT_ALL_SCO = (DEVICE_OUT_BLUETOOTH_SCO |411 case DEVICE_OUT_BLUETOOTH_SCO: in getOutputDeviceName()
171 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_OUT_BLUETOOTH_SCO, TYPE_BLUETOOTH_SCO); in INT_TO_EXT_DEVICE_MAPPING.put() argument217 EXT_TO_INT_DEVICE_MAPPING.put(TYPE_BLUETOOTH_SCO, AudioSystem.DEVICE_OUT_BLUETOOTH_SCO); in EXT_TO_INT_DEVICE_MAPPING.put() argument
3017 public static final int DEVICE_OUT_BLUETOOTH_SCO = AudioSystem.DEVICE_OUT_BLUETOOTH_SCO; field in AudioManager
4926 outDevice = AudioSystem.DEVICE_OUT_BLUETOOTH_SCO; in onReceive()