Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DRemoteDevices.java422 DeviceProperties deviceProperties = getDeviceProperties(device); in updateBatteryLevel() local
423 if (deviceProperties == null) { in updateBatteryLevel()
424 deviceProperties = addDeviceProperties(Utils.getByteAddress(device)); in updateBatteryLevel()
427 int currentBatteryLevel = deviceProperties.getBatteryLevel(); in updateBatteryLevel()
433 deviceProperties.setBatteryLevel(batteryLevel); in updateBatteryLevel()
449 DeviceProperties deviceProperties = getDeviceProperties(device); in resetBatteryLevel() local
450 if (deviceProperties == null) { in resetBatteryLevel()
454 if (deviceProperties.getBatteryLevel() == BluetoothDevice.BATTERY_LEVEL_UNKNOWN) { in resetBatteryLevel()
458 deviceProperties.setBatteryLevel(BluetoothDevice.BATTERY_LEVEL_UNKNOWN); in resetBatteryLevel()