Searched refs:getOpLocked (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/appop/ |
H A D | AppOpsService.java | 1975 Op op = getOpLocked(code, uid, packageName, null, false, pvr.bypass, /* edit */ true); in setMode() 2441 Op op = getOpLocked(code, uid, packageName, null, false, pvr.bypass, /* edit */ false); in checkOperationUnchecked() 2660 final Op op = getOpLocked(ops, code, uid, true); in noteOperationUnchecked() 2691 final Op switchOp = switchCode != code ? getOpLocked(ops, switchCode, uid, true) in noteOperationUnchecked() 3206 final Op op = getOpLocked(ops, code, uid, true); in startOperationUnchecked() 3230 final Op switchOp = switchCode != code ? getOpLocked(ops, switchCode, uid, true) in startOperationUnchecked() 3369 Op op = getOpLocked(code, uid, packageName, attributionTag, pvr.isAttributionTagValid, in finishOperationUnchecked() 4025 private @Nullable Op getOpLocked(int code, int uid, @NonNull String packageName, in getOpLocked() method in AppOpsService 4033 return getOpLocked(ops, code, uid, edit); in getOpLocked() 4036 private Op getOpLocked(Ops ops, int code, int uid, boolean edit) { in getOpLocked() method in AppOpsService
|
/aosp14/frameworks/base/services/ |
H A D | art-profile-boot | 548 Lcom/android/server/appop/AppOpsService;->getOpLocked(IILjava/lang/String;ZZ)Lcom/android/server/ap… 560 Lcom/android/server/appop/AppOpsService;->getOpLocked(Lcom/android/server/appop/AppOpsService$Ops;I…
|
H A D | art-profile | 2516 HSPLcom/android/server/appop/AppOpsService;->getOpLocked(IILjava/lang/String;Ljava/lang/String;ZLan… 2517 HSPLcom/android/server/appop/AppOpsService;->getOpLocked(Lcom/android/server/appop/AppOpsService$Op…
|