/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/ |
D | BluetoothMediaDeviceTest.java | 80 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in isFastPairDevice_isUntetheredHeadset_returnTrue() local 93 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in isFastPairDevice_isNotUntetheredHeadset_returnFalse() local 106 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in getIcon_isNotFastPairDevice_drawableTypeIsNotBitmapDrawable() local
|
D | LocalMediaManagerTest.java | 459 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in onDeviceListAdded_haveMutingExpectedDevice_addMutingExpectedDevice() local
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | BluetoothUtils.java | 228 final BluetoothDevice bluetoothDevice = cachedDevice.getDevice(); in getBtDrawableWithDescription() local 272 public static boolean isAdvancedDetailsHeader(@NonNull BluetoothDevice bluetoothDevice) { in isAdvancedDetailsHeader() 306 public static boolean isAdvancedUntetheredDevice(@NonNull BluetoothDevice bluetoothDevice) { in isAdvancedUntetheredDevice() 332 public static boolean isDeviceClassMatched( in isDeviceClassMatched() 347 private static boolean isUntetheredHeadset(@NonNull BluetoothDevice bluetoothDevice) { in isUntetheredHeadset() 410 public static boolean getBooleanMetaData(BluetoothDevice bluetoothDevice, int key) { in getBooleanMetaData() 428 public static String getStringMetaData(BluetoothDevice bluetoothDevice, int key) { in getStringMetaData() 446 public static int getIntMetaData(BluetoothDevice bluetoothDevice, int key) { in getIntMetaData() 468 public static Uri getUriMetaData(BluetoothDevice bluetoothDevice, int key) { in getUriMetaData() 482 public static String getControlUriMetaData(BluetoothDevice bluetoothDevice) { in getControlUriMetaData() [all …]
|
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/packages/SystemUI/tests/utils/src/com/android/systemui/volume/data/repository/ |
D | TestAudioDevicesFactory.kt | 49 fun bluetoothDevice( in bluetoothDevice() method
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/volume/panel/component/mediaoutput/domain/interactor/ |
D | TestMediaDevicesFactory.kt | 59 val bluetoothDevice = in bluetoothMediaDevice() constant
|
/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/core/java/android/accessibilityservice/ |
D | BrailleDisplayController.java | 152 void connect(@NonNull BluetoothDevice bluetoothDevice, in connect() 174 void connect(@NonNull BluetoothDevice bluetoothDevice, in connect()
|
D | BrailleDisplayControllerImpl.java | 85 public void connect(@NonNull BluetoothDevice bluetoothDevice, in connect() 92 public void connect(@NonNull BluetoothDevice bluetoothDevice, in connect()
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | BluetoothDeviceRoutesManager.java | 146 BluetoothDevice bluetoothDevice = mAddressToBondedDevice.get(address); in getRouteIdForBluetoothAddress() local 154 BluetoothDevice bluetoothDevice = mAddressToBondedDevice.get(address); in getNameForBluetoothAddress() local
|
/frameworks/base/tests/Input/src/com/android/server/input/ |
D | BatteryControllerTests.kt | 833 val bluetoothDevice = createBluetoothDevice("AA:BB:CC:DD:EE:FF") in testNotifiesBluetoothMetadataBatteryChanges() constant 875 val bluetoothDevice = createBluetoothDevice("AA:BB:CC:DD:EE:FF") in testBluetoothMetadataBatteryIsPrioritized() constant
|
/frameworks/base/services/midi/java/com/android/server/midi/ |
D | MidiService.java | 429 public Device(BluetoothDevice bluetoothDevice) { in Device() 1147 private void openBluetoothDevice(BluetoothDevice bluetoothDevice) { in openBluetoothDevice() 1163 private void closeBluetoothDevice(BluetoothDevice bluetoothDevice) { in closeBluetoothDevice() 1181 public void openBluetoothDevice(IBinder token, BluetoothDevice bluetoothDevice, in openBluetoothDevice() 1339 BluetoothDevice bluetoothDevice = null; in addDeviceLocked() local
|
/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/bluetooth/qsdialog/ |
D | DeviceItemFactoryTest.kt | 48 @Mock private lateinit var bluetoothDevice: BluetoothDevice variable in com.android.systemui.bluetooth.qsdialog.DeviceItemFactoryTest
|
D | DeviceItemActionInteractorTest.kt | 68 @Mock private lateinit var bluetoothDevice: BluetoothDevice variable in com.android.systemui.bluetooth.qsdialog.DeviceItemActionInteractorTest
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/domain/interactor/ |
D | AudioOutputInteractorTest.kt | 134 val bluetoothDevice: BluetoothDevice = mock { in inCall_bluetooth_returnsCommunicationDevice() constant
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/panel/component/spatial/domain/interactor/ |
D | SpatialAudioComponentInteractorTest.kt | 69 private val bluetoothDevice: BluetoothDevice = mock {} in <lambda>() constant in com.android.systemui.volume.panel.component.spatial.domain.interactor.SpatialAudioComponentInteractorTest
|
/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 | 657 public final void requestBluetoothAudio(@NonNull BluetoothDevice bluetoothDevice) { in requestBluetoothAudio()
|
D | Connection.java | 3153 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
|