Searched refs:checkOperation (Results 1 – 13 of 13) sorted by relevance
/frameworks/native/libs/binder/include/binder/ |
D | IAppOpsService.h | 35 virtual int32_t checkOperation(int32_t code, int32_t uid, const String16& packageName) = 0;
|
/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 142 int32_t res = checkOperation(code, uid, packageName); in onTransact()
|
D | AppOpsManager.cpp | 92 ? service->checkOperation(op, uid, callingPackage) in checkOp()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IAppOpsService.aidl | 27 int checkOperation(int code, int uid, String packageName); in checkOperation() method
|
/frameworks/base/core/java/android/app/ |
D | AppOpsManager.java | 2145 return mService.checkOperation(strOpToOp(op), uid, packageName); in unsafeCheckOpRaw() 2272 int mode = mService.checkOperation(op, uid, packageName); in checkOp() 2289 int mode = mService.checkOperation(op, uid, packageName); in checkOpNoThrow()
|
/frameworks/base/services/core/java/com/android/server/ |
D | AppStateTracker.java | 665 restricted = mAppOpsService.checkOperation(TARGET_OP, in opChanged()
|
D | AppOpsService.java | 644 int appOpMode = checkOperation(AppOpsManager.OP_REQUEST_INSTALL_PACKAGES, in systemReady() 1415 public int checkOperation(int code, int uid, String packageName) { in checkOperation() method in AppOpsService 1461 return checkOperation(code, uid, packageName); in checkAudioOperation()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActiveServices.java | 384 final int mode = mAm.mAppOpsService.checkOperation( in appRestrictedAnyInBackground() 447 final int mode = mAm.mAppOpsService.checkOperation( in startServiceLocked() 1168 final int mode = mAm.mAppOpsService.checkOperation( in setServiceForegroundInnerLocked() 1207 final int mode = mAm.mAppOpsService.checkOperation( in setServiceForegroundInnerLocked()
|
D | ActivityRecord.java | 1338 return service.getAppOpsService().checkOperation(OP_PICTURE_IN_PICTURE, in checkEnterPictureInPictureAppOpsState()
|
D | ActivityManagerService.java | 2762 if (mAppOpsService.checkOperation(op, uid, packageName) in setSystemProcess() 13122 final int mode = mAppOpsService.checkOperation(AppOpsManager.OP_RUN_ANY_IN_BACKGROUND, in isBackgroundRestrictedNoCheck()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | AppStateTrackerTest.java | 218 when(mMockIAppOpsService.checkOperation(eq(TARGET_OP), anyInt(), anyString())) in newInstance()
|
/frameworks/base/config/ |
D | hiddenapi-light-greylist.txt | 7538 Lcom/android/internal/app/IAppOpsService$Stub$Proxy;->checkOperation(IILjava/lang/String;)I
|
D | boot-image-profile.txt | 38078 HSPLcom/android/internal/app/IAppOpsService$Stub$Proxy;->checkOperation(IILjava/lang/String;)I 38092 HSPLcom/android/internal/app/IAppOpsService;->checkOperation(IILjava/lang/String;)I
|