HomeSort by relevance Sort by last modified time
    Searched defs:mAppOpsService (Results 1 - 3 of 3) 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/
ActivityManagerService.java 766 final AppOpsService mAppOpsService;
    [all...]

Completed in 693 milliseconds