Home
last modified time | relevance | path

Searched refs:noteOperationUnchecked (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java3374 final SyncNotedAppOp proxyReturn = noteOperationUnchecked(code, proxyUid, in noteProxyOperationImpl()
3392 return noteOperationUnchecked(code, proxiedUid, resolveProxiedPackageName, in noteProxyOperationImpl()
3417 return noteOperationUnchecked(code, uid, resolvedPackageName, attributionTag, in noteOperationImpl()
3422 private SyncNotedAppOp noteOperationUnchecked(int code, int uid, @NonNull String packageName, in noteOperationUnchecked() method in AppOpsService
/aosp12/frameworks/base/services/
H A Dart-profile10002 HSPLcom/android/server/appop/AppOpsService;->noteOperationUnchecked(IILjava/lang/String;Ljava/lang/…