Home
last modified time | relevance | path

Searched refs:getBluetoothDevice (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/input/
DBatteryController.java242 private BluetoothDevice getBluetoothDevice(int inputDeviceId) { in getBluetoothDevice() method in BatteryController
243 return getBluetoothDevice(mContext, in getBluetoothDevice()
249 private static BluetoothDevice getBluetoothDevice(Context context, String address) { in getBluetoothDevice() method in BatteryController
605 final BluetoothDevice bluetoothDevice = getBluetoothDevice(deviceId); in configureDeviceMonitor()
1004 return getBluetoothDevice(mContext, address).getBatteryLevel(); in getBatteryLevel()
1012 getBluetoothDevice(mContext, address), mExecutor, in addMetadataListener()
1021 getBluetoothDevice(mContext, address), listener); in removeMetadataListener()
1026 return getBluetoothDevice(mContext, address).getMetadata(key); in getMetadata()
/frameworks/base/core/java/android/companion/
DAssociatedDevice.java58 public BluetoothDevice getBluetoothDevice() { in getBluetoothDevice() method in AssociatedDevice
/frameworks/base/tests/CompanionDeviceMultiDeviceTests/client/src/android/companion/multidevices/
DCompanionDeviceManagerSnippet.kt119 val remoteDevice = association.associatedDevice?.getBluetoothDevice()!! in associate()
/frameworks/base/services/core/java/com/android/server/audio/
DBtHelper.java1261 /*package */ static BluetoothDevice getBluetoothDevice(String address) { in getBluetoothDevice() method in BtHelper
1276 BluetoothDevice device = BtHelper.getBluetoothDevice(address); in getBtDeviceCategory()
/frameworks/base/core/api/
Dcurrent.txt9708 method @Nullable public android.bluetooth.BluetoothDevice getBluetoothDevice();