Searched defs:DEVICE_OUT_BLUETOOTH_A2DP (Results 1 – 3 of 3) sorted by relevance
271 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, TYPE_BLUETOOTH_A2DP); in INT_TO_EXT_DEVICE_MAPPING.put()319 EXT_TO_INT_DEVICE_MAPPING.put(TYPE_BLUETOOTH_A2DP, AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP); in EXT_TO_INT_DEVICE_MAPPING.put()
357 public static final int DEVICE_OUT_BLUETOOTH_A2DP = 0x80; field in AudioSystem
3022 public static final int DEVICE_OUT_BLUETOOTH_A2DP = AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP; field in AudioManager