HomeSort by relevance Sort by last modified time
    Searched refs:mAppOpsService (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/java/com/android/server/
VibratorService.java 63 private final IAppOpsService mAppOpsService;
146 mAppOpsService = IAppOpsService.Stub.asInterface(ServiceManager.getService(Context.APP_OPS_SERVICE));
345 int mode = mAppOpsService.startOperation(AppOpsManager.getToken(mAppOpsService),
370 mAppOpsService.finishOperation(AppOpsManager.getToken(mAppOpsService),
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java 331 private final IAppOpsService mAppOpsService;
468 mAppOpsService = IAppOpsService.Stub.asInterface(ServiceManager.getService(
    [all...]
  /frameworks/base/services/java/com/android/server/am/
BroadcastQueue.java 461 int mode = mService.mAppOpsService.noteOperation(r.appOp,
    [all...]
ActivityManagerService.java 766 final AppOpsService mAppOpsService;
    [all...]

Completed in 185 milliseconds