Searched refs:isBluetoothLeDevice (Results 1 – 7 of 7) sorted by relevance
106 boolean isBluetoothLeDevice = false; in isBroadcastSupported()111 isBluetoothLeDevice = mMediaOutputController.isBluetoothLeDevice( in isBroadcastSupported()121 isBluetoothLeDevice = true; in isBroadcastSupported()125 && (isBluetoothLeDevice || isBroadcastEnabled); in isBroadcastSupported()
493 boolean isBluetoothLeDevice = false; in isBroadcastSupported()495 isBluetoothLeDevice = mMediaOutputController.isBluetoothLeDevice( in isBroadcastSupported()499 return mMediaOutputController.isBroadcastSupported() && isBluetoothLeDevice; in isBroadcastSupported()
1027 boolean isBluetoothLeDevice(@NonNull MediaDevice device) { in isBluetoothLeDevice() method in MediaOutputController
363 when(mockMediaOutputController.isBluetoothLeDevice(any())).thenReturn(true); in getStopButtonText_supportsBroadcast_returnsBroadcastText()
1291 || isBluetoothLeDevice(deviceType); in isBluetoothDevice()1339 public static boolean isBluetoothLeDevice(int deviceType) { in isBluetoothLeDevice() method in AudioSystem
1795 } else if (AudioSystem.isBluetoothLeDevice(di.mDeviceType)) {1803 } else if (AudioSystem.isBluetoothLeDevice(di.mDeviceType)) {1827 } else if (AudioSystem.isBluetoothLeDevice(di.mDeviceType)) {
949 } else if (AudioSystem.isBluetoothLeDevice(deviceType)) { in getProfileFromType()