HomeSort by relevance Sort by last modified time
    Searched defs:BatteryService (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/sensorservice/
SensorDevice.cpp 35 class BatteryService : public Singleton<BatteryService> {
40 friend class Singleton<BatteryService>;
43 BatteryService() {
92 const String16 BatteryService::DESCRIPTOR("com.android.internal.app.IBatteryStats");
94 ANDROID_SINGLETON_STATIC_INSTANCE(BatteryService)
191 BatteryService::getInstance().enableSensor(handle);
195 BatteryService::getInstance().disableSensor(handle);
  /frameworks/base/services/java/com/android/server/
BatteryService.java 49 * <p>BatteryService monitors the charging status, and charge level of the device
70 class BatteryService extends Binder {
71 private static final String TAG = BatteryService.class.getSimpleName();
123 public BatteryService(Context context) {

Completed in 1860 milliseconds