Searched refs:ACTIVE_DEVICE_AUDIO (Results 1 – 5 of 5) sorted by relevance
20 import static android.bluetooth.BluetoothAdapter.ACTIVE_DEVICE_AUDIO;73 if (profiles != ACTIVE_DEVICE_AUDIO && profiles != ACTIVE_DEVICE_PHONE_CALL in removeActiveDevice()86 if (profiles != ACTIVE_DEVICE_AUDIO && profiles != ACTIVE_DEVICE_PHONE_CALL in setActiveDevice()
19 import static android.bluetooth.BluetoothAdapter.ACTIVE_DEVICE_AUDIO;168 ? mBluetoothAdapter.removeActiveDevice(ACTIVE_DEVICE_AUDIO) in setActiveDevice()169 : mBluetoothAdapter.setActiveDevice(device, ACTIVE_DEVICE_AUDIO); in setActiveDevice()
19 import static android.bluetooth.BluetoothAdapter.ACTIVE_DEVICE_AUDIO;148 mBluetoothAdapter.setActiveDevice(btRouteInfo.btDevice, ACTIVE_DEVICE_AUDIO); in transferTo()157 mBluetoothAdapter.removeActiveDevice(ACTIVE_DEVICE_AUDIO); in clearActiveDevices()
484 @IntDef(prefix = "ACTIVE_DEVICE_", value = {ACTIVE_DEVICE_AUDIO,495 public static final int ACTIVE_DEVICE_AUDIO = 0; field in BluetoothAdapter1932 if (profiles != ACTIVE_DEVICE_AUDIO && profiles != ACTIVE_DEVICE_PHONE_CALL in removeActiveDevice()1982 if (profiles != ACTIVE_DEVICE_AUDIO && profiles != ACTIVE_DEVICE_PHONE_CALL in setActiveDevice()
1953 field public static final int ACTIVE_DEVICE_AUDIO = 0; // 0x0