Searched defs:bluetoothDevice (Results 1 – 13 of 13) sorted by relevance
78 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in isFastPairDevice_isUntetheredHeadset_returnTrue() local91 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in isFastPairDevice_isNotUntetheredHeadset_returnFalse() local104 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in getIcon_isNotFastPairDevice_drawableTypeIsNotBitmapDrawable() local
571 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in onDeviceListAdded_haveMutingExpectedDevice_addMutingExpectedDevice() local
196 final BluetoothDevice bluetoothDevice = cachedDevice.getDevice(); in getBtDrawableWithDescription() local239 public static boolean isAdvancedDetailsHeader(@NonNull BluetoothDevice bluetoothDevice) { in isAdvancedDetailsHeader()264 public static boolean isAdvancedUntetheredDevice(@NonNull BluetoothDevice bluetoothDevice) { in isAdvancedUntetheredDevice()290 private static boolean isUntetheredHeadset(@NonNull BluetoothDevice bluetoothDevice) { in isUntetheredHeadset()363 public static boolean getBooleanMetaData(BluetoothDevice bluetoothDevice, int key) { in getBooleanMetaData()381 public static String getStringMetaData(BluetoothDevice bluetoothDevice, int key) { in getStringMetaData()399 public static int getIntMetaData(BluetoothDevice bluetoothDevice, int key) { in getIntMetaData()421 public static Uri getUriMetaData(BluetoothDevice bluetoothDevice, int key) { in getUriMetaData()435 public static String getControlUriMetaData(BluetoothDevice bluetoothDevice) { in getControlUriMetaData()
228 BluetoothDevice bluetoothDevice = (device != null) ? device : getActiveDevice(); in supportsHighQualityAudio() local241 BluetoothDevice bluetoothDevice = (device != null) ? device : getActiveDevice(); in isHighQualityAudioEnabled() local267 BluetoothDevice bluetoothDevice = (device != null) ? device : getActiveDevice(); in setHighQualityAudioEnabled() local293 BluetoothDevice bluetoothDevice = (device != null) ? device : getActiveDevice(); in getHighQualityAudioOptionLabel() local
25 IBinder addBluetoothDevice(in BluetoothDevice bluetoothDevice); in addBluetoothDevice()
41 void openBluetoothDevice(IBinder clientToken, in BluetoothDevice bluetoothDevice, in openBluetoothDevice()
405 public void openBluetoothDevice(BluetoothDevice bluetoothDevice, in openBluetoothDevice()
46 public static String getId(BluetoothDevice bluetoothDevice) { in getId()
372 public Device(BluetoothDevice bluetoothDevice) { in Device()975 private void openBluetoothDevice(BluetoothDevice bluetoothDevice) { in openBluetoothDevice()991 private void closeBluetoothDevice(BluetoothDevice bluetoothDevice) { in closeBluetoothDevice()1009 public void openBluetoothDevice(IBinder token, BluetoothDevice bluetoothDevice, in openBluetoothDevice()1165 BluetoothDevice bluetoothDevice = null; in addDeviceLocked() local
269 final BluetoothDevice bluetoothDevice = findActiveDevice(); in getExtraControlUri() local
55 @Mock lateinit var bluetoothDevice: BluetoothDevice in <lambda>() variable in com.android.systemui.stylus.StylusManagerTest
600 public final void requestBluetoothAudio(@NonNull BluetoothDevice bluetoothDevice) { in requestBluetoothAudio()
3088 public void requestBluetoothAudio(@NonNull BluetoothDevice bluetoothDevice) { in requestBluetoothAudio()