Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/
H A DBluetoothMediaDeviceTest.java78 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
H A DLocalMediaManagerTest.java455 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in onDeviceListAdded_haveMutingExpectedDevice_addMutingExpectedDevice() local
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothUtils.java216 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()
H A 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
/aosp14/frameworks/base/media/java/android/media/midi/
H A DIBluetoothMidiService.aidl25 IBinder addBluetoothDevice(in BluetoothDevice bluetoothDevice); in addBluetoothDevice()
H A DIMidiManager.aidl41 void openBluetoothDevice(IBinder clientToken, in BluetoothDevice bluetoothDevice, in openBluetoothDevice()
H A DMidiManager.java404 public void openBluetoothDevice(BluetoothDevice bluetoothDevice, in openBluetoothDevice()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
H A DMediaDeviceUtils.java49 public static String getId(BluetoothDevice bluetoothDevice) { in getId()
/aosp14/frameworks/base/services/midi/java/com/android/server/midi/
H A DMidiService.java421 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
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumePanelDialog.java267 final BluetoothDevice bluetoothDevice = findActiveDevice(); in getExtraControlUri() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/input/
H A DBatteryControllerTests.kt830 val bluetoothDevice = createBluetoothDevice("AA:BB:CC:DD:EE:FF") regex
872 val bluetoothDevice = createBluetoothDevice("AA:BB:CC:DD:EE:FF") regex
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DInCallService.java652 public final void requestBluetoothAudio(@NonNull BluetoothDevice bluetoothDevice) { in requestBluetoothAudio()
H A DConnection.java3169 public void requestBluetoothAudio(@NonNull BluetoothDevice bluetoothDevice) { in requestBluetoothAudio()
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DBatteryController.java605 final BluetoothDevice bluetoothDevice = getBluetoothDevice(deviceId); in configureDeviceMonitor() local
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...