Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothUtils.java137 final BluetoothDevice bluetoothDevice = cachedDevice.getDevice(); in getBtRainbowDrawableWithDescription() local
203 public static boolean getBooleanMetaData(BluetoothDevice bluetoothDevice, int key) { in getBooleanMetaData()
221 public static String getStringMetaData(BluetoothDevice bluetoothDevice, int key) { in getStringMetaData()
239 public static int getIntMetaData(BluetoothDevice bluetoothDevice, int key) { in getIntMetaData()
261 public static Uri getUriMetaData(BluetoothDevice bluetoothDevice, int key) { in getUriMetaData()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/
DBluetoothMediaManagerTest.java93 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in startScan_haveA2dpProfileDeviceIsPreferredAndBonded_shouldAddDevice() local
110 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in startScan_haveA2dpProfileDeviceIsPreferredAndBondNone_shouldNotAddDevice() local
138 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in startScan_haveHapProfileDeviceIsPreferredAndBonded_shouldAddDevice() local
431 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in onActiveDeviceChanged_hearingAidDeviceIsActive_returnHearingAidDeviceId() 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.java44 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.java532 public final void requestBluetoothAudio(@NonNull BluetoothDevice bluetoothDevice) { in requestBluetoothAudio()
DConnection.java2739 public void requestBluetoothAudio(@NonNull BluetoothDevice bluetoothDevice) { in requestBluetoothAudio()