Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java3059 return startOperationUnchecked(clientId, code, uid, packageName, attributionTag, in startOperationImpl()
3130 final SyncNotedAppOp testProxiedOp = startOperationUnchecked(clientId, code, in startProxyOperationImpl()
3142 final SyncNotedAppOp proxyAppOp = startOperationUnchecked(clientId, code, proxyUid, in startProxyOperationImpl()
3152 return startOperationUnchecked(clientId, code, proxiedUid, resolvedProxiedPackageName, in startProxyOperationImpl()
3163 private SyncNotedAppOp startOperationUnchecked(IBinder clientId, int code, int uid, in startOperationUnchecked() method in AppOpsService
/aosp14/frameworks/base/services/
H A Dart-profile2559 HSPLcom/android/server/appop/AppOpsService;->startOperationUnchecked(Landroid/os/IBinder;IILjava/la…