Home
last modified time | relevance | path

Searched defs:bluetoothDevice (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/
DBluetoothMediaDeviceTest.java80 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
DLocalMediaManagerTest.java459 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in onDeviceListAdded_haveMutingExpectedDevice_addMutingExpectedDevice() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothUtils.java273 final BluetoothDevice bluetoothDevice = cachedDevice.getDevice(); in getBtDrawableWithDescription() local
317 public static boolean isAdvancedDetailsHeader(@NonNull BluetoothDevice bluetoothDevice) { in isAdvancedDetailsHeader()
351 public static boolean isAdvancedUntetheredDevice(@NonNull BluetoothDevice bluetoothDevice) { in isAdvancedUntetheredDevice()
377 public static boolean isDeviceClassMatched( in isDeviceClassMatched()
392 private static boolean isUntetheredHeadset(@NonNull BluetoothDevice bluetoothDevice) { in isUntetheredHeadset()
402 public static boolean isHeadset(@NonNull BluetoothDevice bluetoothDevice) { in isHeadset()
468 public static boolean getBooleanMetaData(BluetoothDevice bluetoothDevice, int key) { in getBooleanMetaData()
486 public static String getStringMetaData(BluetoothDevice bluetoothDevice, int key) { in getStringMetaData()
504 public static int getIntMetaData(BluetoothDevice bluetoothDevice, int key) { in getIntMetaData()
526 public static Uri getUriMetaData(BluetoothDevice bluetoothDevice, int key) { in getUriMetaData()
[all …]
DA2dpProfile.java227 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/
DTestAudioDevicesFactory.kt49 fun bluetoothDevice( in bluetoothDevice() method
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/volume/panel/component/mediaoutput/domain/interactor/
DTestMediaDevicesFactory.kt60 val bluetoothDevice = in bluetoothMediaDevice() constant
/frameworks/base/media/java/android/media/midi/
DIBluetoothMidiService.aidl25 IBinder addBluetoothDevice(in BluetoothDevice bluetoothDevice); in addBluetoothDevice()
DIMidiManager.aidl41 void openBluetoothDevice(IBinder clientToken, in BluetoothDevice bluetoothDevice, in openBluetoothDevice()
DMidiManager.java414 public void openBluetoothDevice(BluetoothDevice bluetoothDevice, in openBluetoothDevice()
/frameworks/base/core/java/android/accessibilityservice/
DBrailleDisplayController.java152 void connect(@NonNull BluetoothDevice bluetoothDevice, in connect()
174 void connect(@NonNull BluetoothDevice bluetoothDevice, in connect()
DBrailleDisplayControllerImpl.java85 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/
DBluetoothDeviceRoutesManager.java151 BluetoothDevice bluetoothDevice = mAddressToBondedDevice.get(address); in getRouteIdForBluetoothAddress() local
159 BluetoothDevice bluetoothDevice = mAddressToBondedDevice.get(address); in getNameForBluetoothAddress() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/panel/component/volume/slider/ui/viewmodel/
DAudioSharingStreamSliderViewModelTest.kt52 val bluetoothDevice: BluetoothDevice = mock {} in slider_media_inAudioSharing() constant
/frameworks/base/tests/Input/src/com/android/server/input/
DBatteryControllerTests.kt890 val bluetoothDevice = createBluetoothDevice("AA:BB:CC:DD:EE:FF") in testNotifiesBluetoothMetadataBatteryChanges() constant
955 val bluetoothDevice = createBluetoothDevice("AA:BB:CC:DD:EE:FF") in testBluetoothMetadataBatteryIsPrioritized() constant
/frameworks/base/services/midi/java/com/android/server/midi/
DMidiService.java430 public Device(BluetoothDevice bluetoothDevice) { in Device()
1148 private void openBluetoothDevice(BluetoothDevice bluetoothDevice) { in openBluetoothDevice()
1164 private void closeBluetoothDevice(BluetoothDevice bluetoothDevice) { in closeBluetoothDevice()
1182 public void openBluetoothDevice(IBinder token, BluetoothDevice bluetoothDevice, in openBluetoothDevice()
1340 BluetoothDevice bluetoothDevice = null; in addDeviceLocked() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumePanelDialog.java267 final BluetoothDevice bluetoothDevice = findActiveDevice(); in getExtraControlUri() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bluetooth/qsdialog/
DAudioSharingRepositoryTest.kt55 @Mock private lateinit var bluetoothDevice: BluetoothDevice variable in com.android.systemui.bluetooth.qsdialog.AudioSharingRepositoryTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/qsdialog/
DDeviceItemFactoryTest.kt52 @Mock private lateinit var bluetoothDevice: BluetoothDevice variable in com.android.systemui.bluetooth.qsdialog.DeviceItemFactoryTest
DAudioSharingDeviceItemActionInteractorTest.kt68 @Mock private lateinit var bluetoothDevice: BluetoothDevice variable in com.android.systemui.bluetooth.qsdialog.AudioSharingDeviceItemActionInteractorTest
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DBluetoothUtilsTest.java962 BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in getSecondaryDeviceForBroadcast_adoptAPI_returnCorrectDevice() local
1016 BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in getSecondaryDeviceForBroadcast_returnCorrectDevice() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/domain/interactor/
DAudioOutputInteractorTest.kt131 val bluetoothDevice: BluetoothDevice = mock { in inCall_bluetooth_returnsCommunicationDevice() constant
DAudioSharingInteractorTest.kt47 private val bluetoothDevice: BluetoothDevice = mock {} in <lambda>() constant in com.android.systemui.volume.domain.interactor.AudioSharingInteractorTest
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/panel/component/spatial/domain/interactor/
DSpatialAudioComponentInteractorTest.kt67 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/
DStylusManagerTest.kt62 @Mock lateinit var bluetoothDevice: BluetoothDevice in <lambda>() variable in com.android.systemui.stylus.StylusManagerTest
/frameworks/base/telecomm/java/android/telecom/
DInCallService.java657 public final void requestBluetoothAudio(@NonNull BluetoothDevice bluetoothDevice) { in requestBluetoothAudio()

12