/frameworks/base/core/java/android/app/ |
D | AppOpsManagerInternal.java | 43 int checkOperation(int code, int uid, String packageName, boolean raw, in checkOperation() method
|
D | AppOpsManager.java | 5144 int mode = mService.checkOperation(op, uid, packageName); in checkOp() 5162 int mode = mService.checkOperation(op, uid, packageName); in checkOpNoThrow()
|
/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 159 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 | 32 int checkOperation(int code, int uid, String packageName); in checkOperation() method
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActiveServices.java | 396 final int mode = mAm.mAppOpsService.checkOperation( in appRestrictedAnyInBackground() 467 final int mode = mAm.mAppOpsService.checkOperation( in startServiceLocked() 1237 final int mode = mAm.mAppOpsService.checkOperation( in setServiceForegroundInnerLocked() 1295 final int mode = mAm.mAppOpsService.checkOperation( in setServiceForegroundInnerLocked() 2222 if (opCode != AppOpsManager.OP_NONE && mAm.mAppOpsService.checkOperation( in retrieveServiceLocked()
|
D | ActivityManagerService.java | 2084 if (mAppOpsService.checkOperation(op, uid, packageName) in setSystemProcess() 7739 final int mode = mAppOpsService.checkOperation(AppOpsManager.OP_RUN_ANY_IN_BACKGROUND, in isBackgroundRestrictedNoCheck() 18912 public int checkOperation(int code, int uid, String packageName, boolean raw, in checkOperation() method in ActivityManagerService.ShellDelegate
|
/frameworks/base/services/core/java/com/android/server/ |
D | AppStateTracker.java | 665 restricted = mAppOpsService.checkOperation(TARGET_OP, in opChanged()
|
D | StorageManagerService.java | 3651 if (mIAppOpsService.checkOperation( in getMountModeInternal() 3663 final boolean hasLegacy = mIAppOpsService.checkOperation(OP_LEGACY_STORAGE, in getMountModeInternal()
|
/frameworks/base/services/core/java/com/android/server/appop/ |
D | AppOpsService.java | 811 int appOpMode = checkOperation(AppOpsManager.OP_REQUEST_INSTALL_PACKAGES, in systemReady() 1755 public int checkOperation(int code, int uid, String packageName) { in checkOperation() method in AppOpsService 1767 return delegate.checkOperation(code, uid, packageName, raw, in checkOperationInternal() 1859 return checkOperation(code, uid, packageName); in checkAudioOperationImpl()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/ |
D | AppStateTrackerTest.java | 219 when(mMockIAppOpsService.checkOperation(eq(TARGET_OP), anyInt(), anyString())) in newInstance()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityRecord.java | 1491 return mAtmService.getAppOpsService().checkOperation( in checkEnterPictureInPictureAppOpsState()
|
/frameworks/base/config/ |
D | hiddenapi-greylist.txt | 685 Lcom/android/internal/app/IAppOpsService$Stub$Proxy;->checkOperation(IILjava/lang/String;)I
|
/frameworks/base/services/ |
D | art-profile | 3840 HSPLcom/android/server/appop/AppOpsService;->checkOperation(IILjava/lang/String;)I
|