Searched defs:appOps (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/power/
H A DNotifier.java110 IAppOpsService appOps, SuspendBlocker suspendBlocker, ScreenOnBlocker screenOnBlocker,
114 mAppOps = appOps;
109 Notifier(Looper looper, Context context, IBatteryStats batteryStats, IAppOpsService appOps, SuspendBlocker suspendBlocker, ScreenOnBlocker screenOnBlocker, WindowManagerPolicy policy) argument
H A DPowerManagerService.java401 IAppOpsService appOps, DisplayManagerService dm) {
406 mAppOps = appOps;
399 init(Context context, LightsService ls, ActivityManagerService am, BatteryService bs, IBatteryStats bss, IAppOpsService appOps, DisplayManagerService dm) argument

Completed in 3964 milliseconds