Searched refs:getBluetoothDevice (Results 1 – 5 of 5) sorted by relevance
242 private BluetoothDevice getBluetoothDevice(int inputDeviceId) { in getBluetoothDevice() method in BatteryController243 return getBluetoothDevice(mContext, in getBluetoothDevice()249 private static BluetoothDevice getBluetoothDevice(Context context, String address) { in getBluetoothDevice() method in BatteryController605 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()
58 public BluetoothDevice getBluetoothDevice() { in getBluetoothDevice() method in AssociatedDevice
119 val remoteDevice = association.associatedDevice?.getBluetoothDevice()!! in associate()
1261 /*package */ static BluetoothDevice getBluetoothDevice(String address) { in getBluetoothDevice() method in BtHelper1276 BluetoothDevice device = BtHelper.getBluetoothDevice(address); in getBtDeviceCategory()
9708 method @Nullable public android.bluetooth.BluetoothDevice getBluetoothDevice();