Home
last modified time | relevance | path

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

/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.java228 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 …]
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.kt59 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.java404 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.java146 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/
DBatteryControllerTests.kt833 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/
DMidiService.java429 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/
DVolumePanelDialog.java267 final BluetoothDevice bluetoothDevice = findActiveDevice(); in getExtraControlUri() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/qsdialog/
DDeviceItemFactoryTest.kt48 @Mock private lateinit var bluetoothDevice: BluetoothDevice variable in com.android.systemui.bluetooth.qsdialog.DeviceItemFactoryTest
DDeviceItemActionInteractorTest.kt68 @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/
DAudioOutputInteractorTest.kt134 val bluetoothDevice: BluetoothDevice = mock { in inCall_bluetooth_returnsCommunicationDevice() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/panel/component/spatial/domain/interactor/
DSpatialAudioComponentInteractorTest.kt69 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()
DConnection.java3153 public void requestBluetoothAudio(@NonNull BluetoothDevice bluetoothDevice) { in requestBluetoothAudio()
/frameworks/base/services/core/java/com/android/server/input/
DBatteryController.java605 final BluetoothDevice bluetoothDevice = getBluetoothDevice(deviceId); in configureDeviceMonitor() local