| /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/ |
| D | BluetoothMediaDeviceTest.java | 78 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in isFastPairDevice_isUntetheredHeadset_returnTrue() local 91 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in isFastPairDevice_isNotUntetheredHeadset_returnFalse() local 104 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in getIcon_isNotFastPairDevice_drawableTypeIsNotBitmapDrawable() local
|
| D | LocalMediaManagerTest.java | 455 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in onDeviceListAdded_haveMutingExpectedDevice_addMutingExpectedDevice() local
|
| /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
| D | BluetoothUtils.java | 216 final BluetoothDevice bluetoothDevice = cachedDevice.getDevice(); in getBtDrawableWithDescription() local 259 public static boolean isAdvancedDetailsHeader(@NonNull BluetoothDevice bluetoothDevice) { in isAdvancedDetailsHeader() 285 public static boolean isAdvancedUntetheredDevice(@NonNull BluetoothDevice bluetoothDevice) { in isAdvancedUntetheredDevice() 308 public static boolean isDeviceClassMatched(@NonNull BluetoothDevice bluetoothDevice, in isDeviceClassMatched() 323 private static boolean isUntetheredHeadset(@NonNull BluetoothDevice bluetoothDevice) { in isUntetheredHeadset() 396 public static boolean getBooleanMetaData(BluetoothDevice bluetoothDevice, int key) { in getBooleanMetaData() 414 public static String getStringMetaData(BluetoothDevice bluetoothDevice, int key) { in getStringMetaData() 432 public static int getIntMetaData(BluetoothDevice bluetoothDevice, int key) { in getIntMetaData() 454 public static Uri getUriMetaData(BluetoothDevice bluetoothDevice, int key) { in getUriMetaData() 468 public static String getControlUriMetaData(BluetoothDevice bluetoothDevice) { in getControlUriMetaData()
|
| D | A2dpProfile.java | 227 BluetoothDevice bluetoothDevice = (device != null) ? device : getActiveDevice(); in supportsHighQualityAudio() local 240 BluetoothDevice bluetoothDevice = (device != null) ? device : getActiveDevice(); in isHighQualityAudioEnabled() local 266 BluetoothDevice bluetoothDevice = (device != null) ? device : getActiveDevice(); in setHighQualityAudioEnabled() local 292 BluetoothDevice bluetoothDevice = (device != null) ? device : getActiveDevice(); in getHighQualityAudioOptionLabel() local
|
| /frameworks/base/media/java/android/media/midi/ |
| D | IBluetoothMidiService.aidl | 25 IBinder addBluetoothDevice(in BluetoothDevice bluetoothDevice); in addBluetoothDevice()
|
| D | IMidiManager.aidl | 41 void openBluetoothDevice(IBinder clientToken, in BluetoothDevice bluetoothDevice, in openBluetoothDevice()
|
| D | MidiManager.java | 404 public void openBluetoothDevice(BluetoothDevice bluetoothDevice, in openBluetoothDevice()
|
| /frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/ |
| D | MediaDeviceUtils.java | 49 public static String getId(BluetoothDevice bluetoothDevice) { in getId()
|
| /frameworks/base/services/midi/java/com/android/server/midi/ |
| D | MidiService.java | 421 public Device(BluetoothDevice bluetoothDevice) { in Device() 1115 private void openBluetoothDevice(BluetoothDevice bluetoothDevice) { in openBluetoothDevice() 1131 private void closeBluetoothDevice(BluetoothDevice bluetoothDevice) { in closeBluetoothDevice() 1149 public void openBluetoothDevice(IBinder token, BluetoothDevice bluetoothDevice, in openBluetoothDevice() 1307 BluetoothDevice bluetoothDevice = null; in addDeviceLocked() local
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/input/ |
| D | BatteryControllerTests.kt | 830 val bluetoothDevice = createBluetoothDevice("AA:BB:CC:DD:EE:FF") in testNotifiesBluetoothMetadataBatteryChanges() constant 872 val bluetoothDevice = createBluetoothDevice("AA:BB:CC:DD:EE:FF") in testBluetoothMetadataBatteryIsPrioritized() constant
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
| D | VolumePanelDialog.java | 267 final BluetoothDevice bluetoothDevice = findActiveDevice(); in getExtraControlUri() local
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/stylus/ |
| D | StylusManagerTest.kt | 62 @Mock lateinit var bluetoothDevice: BluetoothDevice in <lambda>() variable in com.android.systemui.stylus.StylusManagerTest
|
| /frameworks/base/telecomm/java/android/telecom/ |
| D | InCallService.java | 652 public final void requestBluetoothAudio(@NonNull BluetoothDevice bluetoothDevice) { in requestBluetoothAudio()
|
| D | Connection.java | 3169 public void requestBluetoothAudio(@NonNull BluetoothDevice bluetoothDevice) { in requestBluetoothAudio()
|
| /frameworks/base/services/core/java/com/android/server/input/ |
| D | BatteryController.java | 605 final BluetoothDevice bluetoothDevice = getBluetoothDevice(deviceId); in configureDeviceMonitor() local
|