Searched defs:setBatteryLevel (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatteryMeterView.java66 public void setBatteryLevel(int level) { method in class:BatteryMeterView
67 mDrawable.setBatteryLevel(level);
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DRemoteDevices.java327 void setBatteryLevel(int batteryLevel) { method in class:RemoteDevices.DeviceProperties
387 deviceProperties.setBatteryLevel(batteryLevel);
412 deviceProperties.setBatteryLevel(BluetoothDevice.BATTERY_LEVEL_UNKNOWN);

Completed in 295 milliseconds