Home
last modified time | relevance | path

Searched refs:isBluetoothLeDevice (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputDialog.java106 boolean isBluetoothLeDevice = false; in isBroadcastSupported()
111 isBluetoothLeDevice = mMediaOutputController.isBluetoothLeDevice( in isBroadcastSupported()
121 isBluetoothLeDevice = true; in isBroadcastSupported()
125 && (isBluetoothLeDevice || isBroadcastEnabled); in isBroadcastSupported()
DMediaOutputBroadcastDialog.java493 boolean isBluetoothLeDevice = false; in isBroadcastSupported()
495 isBluetoothLeDevice = mMediaOutputController.isBluetoothLeDevice( in isBroadcastSupported()
499 return mMediaOutputController.isBroadcastSupported() && isBluetoothLeDevice; in isBroadcastSupported()
DMediaOutputController.java1027 boolean isBluetoothLeDevice(@NonNull MediaDevice device) { in isBluetoothLeDevice() method in MediaOutputController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
DMediaOutputDialogTest.java363 when(mockMediaOutputController.isBluetoothLeDevice(any())).thenReturn(true); in getStopButtonText_supportsBroadcast_returnsBroadcastText()
/frameworks/base/media/java/android/media/
DAudioSystem.java1291 || isBluetoothLeDevice(deviceType); in isBluetoothDevice()
1339 public static boolean isBluetoothLeDevice(int deviceType) { in isBluetoothLeDevice() method in AudioSystem
/frameworks/base/services/core/java/com/android/server/audio/
DBtHelper.java949 } else if (AudioSystem.isBluetoothLeDevice(deviceType)) { in getProfileFromType()
DAudioDeviceInventory.java1772 } else if (AudioSystem.isBluetoothLeDevice(di.mDeviceType)) {
1780 } else if (AudioSystem.isBluetoothLeDevice(di.mDeviceType)) {
1804 } else if (AudioSystem.isBluetoothLeDevice(di.mDeviceType)) {