Home
last modified time | relevance | path

Searched refs:ACTIVE_DEVICE_AUDIO (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/testutils/com/android/settingslib/testutils/shadow/
DShadowBluetoothAdapter.java20 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()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DA2dpProfile.java19 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()
/frameworks/base/services/core/java/com/android/server/media/
DBluetoothRouteProvider.java19 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()
/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java484 @IntDef(prefix = "ACTIVE_DEVICE_", value = {ACTIVE_DEVICE_AUDIO,
495 public static final int ACTIVE_DEVICE_AUDIO = 0; field in BluetoothAdapter
1932 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()
/frameworks/base/core/api/
Dsystem-current.txt1953 field public static final int ACTIVE_DEVICE_AUDIO = 0; // 0x0