Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/
DBluetoothMediaDeviceTest.java77 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in isFastPairDevice_isUntetheredHeadset_returnTrue() local
90 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in isFastPairDevice_isNotUntetheredHeadset_returnFalse() local
103 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in getIcon_isNotFastPairDevice_drawableTypeIsNotBitmapDrawable() local
DLocalMediaManagerTest.java570 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in onDeviceListAdded_haveDisconnectedDevice_addDisconnectedDevice() local
653 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in onDeviceListAdded_haveDisconnectedDevice_list5DisconnectedDevice() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothUtils.java180 final BluetoothDevice bluetoothDevice = cachedDevice.getDevice(); in getBtDrawableWithDescription() local
283 public static boolean getBooleanMetaData(BluetoothDevice bluetoothDevice, int key) { in getBooleanMetaData()
301 public static String getStringMetaData(BluetoothDevice bluetoothDevice, int key) { in getStringMetaData()
319 public static int getIntMetaData(BluetoothDevice bluetoothDevice, int key) { in getIntMetaData()
341 public static Uri getUriMetaData(BluetoothDevice bluetoothDevice, int key) { in getUriMetaData()
DA2dpProfile.java221 BluetoothDevice bluetoothDevice = (device != null) ? device : mService.getActiveDevice(); in supportsHighQualityAudio() local
230 BluetoothDevice bluetoothDevice = (device != null) ? device : mService.getActiveDevice(); in isHighQualityAudioEnabled() local
256 BluetoothDevice bluetoothDevice = (device != null) ? device : mService.getActiveDevice(); in setHighQualityAudioEnabled() local
275 BluetoothDevice bluetoothDevice = (device != null) ? device : mService.getActiveDevice(); in getHighQualityAudioOptionLabel() local
/frameworks/base/media/java/android/media/midi/
DIBluetoothMidiService.aidl25 IBinder addBluetoothDevice(in BluetoothDevice bluetoothDevice); in addBluetoothDevice()
DIMidiManager.aidl39 void openBluetoothDevice(IBinder clientToken, in BluetoothDevice bluetoothDevice, in openBluetoothDevice()
DMidiManager.java282 public void openBluetoothDevice(BluetoothDevice bluetoothDevice, in openBluetoothDevice()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
DMediaDeviceUtils.java46 public static String getId(BluetoothDevice bluetoothDevice) { in getId()
/frameworks/base/services/midi/java/com/android/server/midi/
DMidiService.java314 public Device(BluetoothDevice bluetoothDevice) { in Device()
678 public void openBluetoothDevice(IBinder token, BluetoothDevice bluetoothDevice, in openBluetoothDevice()
801 BluetoothDevice bluetoothDevice = null; in addDeviceLocked() local
/frameworks/base/telecomm/java/android/telecom/
DInCallService.java559 public final void requestBluetoothAudio(@NonNull BluetoothDevice bluetoothDevice) { in requestBluetoothAudio()
DConnection.java2933 public void requestBluetoothAudio(@NonNull BluetoothDevice bluetoothDevice) { in requestBluetoothAudio()