Searched refs:POWER_SERVICE (Results 1 – 7 of 7) sorted by relevance
49 .getSystemService(Service.POWER_SERVICE); in isScreenOn()
84 .getSystemService(Context.POWER_SERVICE); in WakeLockFacade()
73 mPower = (PowerManager) mService.getSystemService(Context.POWER_SERVICE); in SettingsFacade()
32 powerManager = (PowerManager) context.getSystemService(Context.POWER_SERVICE); in before()
80 assertThat(context.getSystemService(Context.POWER_SERVICE)) in shouldProvideServices()
94 map.put(Context.POWER_SERVICE, createBinder(IPowerManager.class, "android.os.IPowerManager")); in map.put() argument
273 PowerManager manager = (PowerManager) getSystemService(Context.POWER_SERVICE); in onCreate()