/frameworks/base/core/java/android/app/ |
D | AppOpsManagerInternal.java | 42 int checkOperation(int code, int uid, String packageName, boolean raw, in checkOperation() method
|
D | AppOpsManager.java | 5200 int mode = mService.checkOperation(op, uid, packageName); in checkOp() 5218 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/tests/servicestests/src/com/android/server/pm/ |
D | SuspendPackagesTest.java | 584 int opMode = iAppOps.checkOperation(code, testPackageUid, TEST_APP_PACKAGE_NAME); in assertOpBlockedOnSuspend() 589 opMode = iAppOps.checkOperation(code, testPackageUid, TEST_APP_PACKAGE_NAME); in assertOpBlockedOnSuspend()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActiveServices.java | 409 final int mode = mAm.mAppOpsService.checkOperation( in appRestrictedAnyInBackground() 480 final int mode = mAm.mAppOpsService.checkOperation( in startServiceLocked() 1270 final int mode = mAm.mAppOpsService.checkOperation( in setServiceForegroundInnerLocked() 1328 final int mode = mAm.mAppOpsService.checkOperation( in setServiceForegroundInnerLocked() 2255 if (opCode != AppOpsManager.OP_NONE && mAm.mAppOpsService.checkOperation( in retrieveServiceLocked()
|
D | ActivityManagerService.java | 2095 if (mAppOpsService.checkOperation(op, uid, packageName) in setSystemProcess() 7778 final int mode = mAppOpsService.checkOperation(AppOpsManager.OP_RUN_ANY_IN_BACKGROUND, in isBackgroundRestrictedNoCheck() 19033 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 | 3671 if (mIAppOpsService.checkOperation( in getMountModeInternal() 3683 final boolean hasLegacy = mIAppOpsService.checkOperation(OP_LEGACY_STORAGE, in getMountModeInternal()
|
/frameworks/base/services/core/java/com/android/server/appop/ |
D | AppOpsService.java | 833 int appOpMode = checkOperation(AppOpsManager.OP_REQUEST_INSTALL_PACKAGES, in systemReady() 1812 public int checkOperation(int code, int uid, String packageName) { in checkOperation() method in AppOpsService 1824 return delegate.checkOperation(code, uid, packageName, raw, in checkOperationInternal() 1916 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/config/ |
D | hiddenapi-greylist.txt | 292 Lcom/android/internal/app/IAppOpsService$Stub$Proxy;->checkOperation(IILjava/lang/String;)I
|
D | boot-image-profile.txt | 19963 HSPLcom/android/internal/app/IAppOpsService$Stub$Proxy;->checkOperation(IILjava/lang/String;)I
|
D | hiddenapi-greylist-max-o.txt | 86762 Lcom/android/internal/app/IAppOpsService;->checkOperation(IILjava/lang/String;)I
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityRecord.java | 1493 return mAtmService.getAppOpsService().checkOperation( in checkEnterPictureInPictureAppOpsState()
|
/frameworks/base/services/ |
D | art-profile | 3840 HSPLcom/android/server/appop/AppOpsService;->checkOperation(IILjava/lang/String;)I
|