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

  /frameworks/native/include/binder/
IAppOpsService.h 34 virtual int32_t noteOperation(int32_t code, int32_t uid, const String16& packageName) = 0;
  /frameworks/base/core/java/com/android/internal/app/
IAppOpsService.aidl 27 int noteOperation(int code, int uid, String packageName);
  /frameworks/native/libs/binder/
AppOpsManager.cpp 76 return service != NULL ? service->noteOperation(op, uid, callingPackage) : MODE_IGNORED;
IAppOpsService.cpp 51 virtual int32_t noteOperation(int32_t code, int32_t uid, const String16& packageName) {
151 int32_t res = noteOperation(code, uid, packageName);
  /frameworks/base/services/core/java/com/android/server/am/
BroadcastQueue.java 516 && mService.mAppOpsService.noteOperation(opCode, r.callingUid,
548 && mService.mAppOpsService.noteOperation(appOp,
580 && mService.mAppOpsService.noteOperation(r.appOp,
    [all...]
ActiveServices.java 597 if (mAm.mAppOpsService.noteOperation(AppOpsManager.OP_RUN_IN_BACKGROUND,
    [all...]
ActivityStackSupervisor.java     [all...]
ActivityManagerService.java     [all...]
  /frameworks/base/core/java/android/app/
AppOpsManager.java     [all...]
  /frameworks/base/services/core/java/com/android/server/power/
Notifier.java 535 mAppOps.noteOperation(AppOpsManager.OP_TURN_SCREEN_ON, opUid, opPackageName);
  /frameworks/base/services/core/java/com/android/server/
AppOpsService.java 305 if (noteOperation(AppOpsManager.OP_READ_EXTERNAL_STORAGE, uid,
309 if (noteOperation(AppOpsManager.OP_WRITE_EXTERNAL_STORAGE, uid,
    [all...]

Completed in 331 milliseconds