Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java3835 return startOperationUnchecked(clientId, code, uid, packageName, attributionTag, in startOperationImpl()
3905 final SyncNotedAppOp testProxiedOp = startOperationUnchecked(proxiedToken, code, in startProxyOperationImpl()
3917 final SyncNotedAppOp proxyAppOp = startOperationUnchecked(proxyToken, code, proxyUid, in startProxyOperationImpl()
3927 return startOperationUnchecked(proxiedToken, code, proxiedUid, resolvedProxiedPackageName, in startProxyOperationImpl()
3938 private SyncNotedAppOp startOperationUnchecked(IBinder clientId, int code, int uid, in startOperationUnchecked() method in AppOpsService
/aosp12/frameworks/base/services/
H A Dart-profile10057 HPLcom/android/server/appop/AppOpsService;->startOperationUnchecked(Landroid/os/IBinder;IILjava/lan…