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

  /frameworks/base/services/core/java/com/android/server/
VibratorService.java 72 private final IAppOpsService mAppOpsService;
206 mAppOpsService = IAppOpsService.Stub.asInterface(ServiceManager.getService(Context.APP_OPS_SERVICE));
453 int mode = mAppOpsService.checkAudioOperation(AppOpsManager.OP_VIBRATE,
456 mode = mAppOpsService.startOperation(AppOpsManager.getToken(mAppOpsService),
482 mAppOpsService.finishOperation(AppOpsManager.getToken(mAppOpsService),
  /frameworks/base/services/core/java/com/android/server/am/
BroadcastQueue.java 481 && mService.mAppOpsService.noteOperation(opCode, r.callingUid,
513 && mService.mAppOpsService.noteOperation(appOp,
545 && mService.mAppOpsService.noteOperation(r.appOp,
    [all...]
ActivityManagerService.java     [all...]
ActivityStackSupervisor.java     [all...]
ActiveServices.java     [all...]
  /frameworks/base/services/core/java/com/android/server/location/
GpsLocationProvider.java 398 private final IAppOpsService mAppOpsService;
642 mAppOpsService = IAppOpsService.Stub.asInterface(ServiceManager.getService(
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
UserManagerService.java 177 private IAppOpsService mAppOpsService;
256 mAppOpsService = IAppOpsService.Stub.asInterface(
260 mAppOpsService.setUserRestrictions(mUserRestrictions.get(mUserIds[i]), mUserIds[i]);
597 mAppOpsService.setUserRestrictions(userRestrictions, userId);
    [all...]

Completed in 499 milliseconds