Searched refs:SystemHealthManager (Results 1 – 7 of 7) sorted by relevance
45 public class SystemHealthManager { class52 public SystemHealthManager() { in SystemHealthManager() method in SystemHealthManager57 public SystemHealthManager(IBatteryStats batteryStats) { in SystemHealthManager() method in SystemHealthManager66 public static SystemHealthManager from(Context context) { in from()67 return (SystemHealthManager)context.getSystemService(Context.SYSTEM_HEALTH_SERVICE); in from()
116 import android.os.health.SystemHealthManager;826 registerService(Context.SYSTEM_HEALTH_SERVICE, SystemHealthManager.class, in registerService()827 new CachedServiceFetcher<SystemHealthManager>() { in registerService()829 … public SystemHealthManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()831 return new SystemHealthManager(IBatteryStats.Stub.asInterface(b)); in registerService()
2009 android.os.health.SystemHealthManager
3397 android.os.health.SystemHealthManager
2029 Landroid/os/health/SystemHealthManager;
31661 public class SystemHealthManager {
34509 public class SystemHealthManager {