Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/health/
DSystemHealthManager.java91 ServiceManager.getService(Context.POWER_STATS_SERVICE))); in SystemHealthManager()
/frameworks/base/services/core/java/com/android/server/powerstats/
DPowerStatsService.java295 publishBinderService(Context.POWER_STATS_SERVICE, mService); in onStart()
/frameworks/base/core/java/android/content/
DContext.java4530 public static final String POWER_STATS_SERVICE = "powerstats"; field in Context
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java1181 IBinder powerStats = ServiceManager.getService(Context.POWER_STATS_SERVICE); in registerService()