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 36 class BatteryService : public Singleton<BatteryService> {
41 friend class Singleton<BatteryService>;
44 BatteryService() {
93 const String16 BatteryService::DESCRIPTOR("com.android.internal.app.IBatteryStats");
95 ANDROID_SINGLETON_STATIC_INSTANCE(BatteryService)
224 BatteryService::getInstance().enableSensor(handle);
228 BatteryService::getInstance().disableSensor(handle);
  /frameworks/base/services/java/com/android/server/
BatteryService.java 50 * <p>BatteryService monitors the charging status, and charge level of the device
71 class BatteryService extends Binder {
72 private static final String TAG = BatteryService.class.getSimpleName();
128 public BatteryService(Context context, LightsService lights) {
576 * Synchronize on BatteryService.

Completed in 497 milliseconds