Searched refs:checkOperation (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/libs/binder/include/binder/ |
D | IAppOpsService.h | 33 virtual int32_t checkOperation(int32_t code, int32_t uid, const String16& packageName) = 0;
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IAppOpsService.aidl | 26 int checkOperation(int code, int uid, String packageName); in checkOperation() method
|
/frameworks/native/libs/binder/ |
D | IAppOpsService.cpp | 39 virtual int32_t checkOperation(int32_t code, int32_t uid, const String16& packageName) { in checkOperation() function in android::BpAppOpsService 141 int32_t res = checkOperation(code, uid, packageName); in onTransact()
|
D | AppOpsManager.cpp | 92 ? service->checkOperation(op, uid, callingPackage) in checkOp()
|
/frameworks/base/core/java/android/app/ |
D | AppOpsManager.java | 1712 int mode = mService.checkOperation(op, uid, packageName); in checkOp() 1729 return mService.checkOperation(op, uid, packageName); in checkOpNoThrow()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
D | ActivityManagerServiceTest.java | 363 when(mAppOpsService.checkOperation(AppOpsManager.OP_GET_USAGE_STATS, Process.myUid(), null)) in testDispatchUids_dispatchNeededChanges()
|
/frameworks/base/services/core/java/com/android/server/ |
D | AppOpsService.java | 305 int appOpMode = checkOperation(AppOpsManager.OP_REQUEST_INSTALL_PACKAGES, in systemReady() 937 public int checkOperation(int code, int uid, String packageName) { in checkOperation() method in AppOpsService 983 return checkOperation(code, uid, packageName); in checkAudioOperation()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityRecord.java | 1260 return service.getAppOpsService().checkOperation(OP_PICTURE_IN_PICTURE,
|
D | ActiveServices.java | 1036 final int mode = mAm.mAppOpsService.checkOperation( in setServiceForegroundInnerLocked()
|
D | ActivityManagerService.java | 2762 if (mAppOpsService.checkOperation(op, uid, packageName) in ActivityManagerService() 4232 final int mode = mAppOpsService.checkOperation(AppOpsManager.OP_GET_USAGE_STATS, in hasUsageStatsPermission()
|
/frameworks/base/services/ |
D | art-profile | 851 HPLcom/android/server/AppOpsService;->checkOperation(IILjava/lang/String;)I
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 36668 HSPLcom/android/internal/app/IAppOpsService$Stub$Proxy;->checkOperation(IILjava/lang/String;)I 36680 HSPLcom/android/internal/app/IAppOpsService;->checkOperation(IILjava/lang/String;)I
|