Home
last modified time | relevance | path

Searched refs:proxyReturn (Results 1 – 1 of 1) 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() local
3377 if (proxyReturn.getOpMode() != AppOpsManager.MODE_ALLOWED) { in noteProxyOperationImpl()
3378 return new SyncNotedAppOp(proxyReturn.getOpMode(), code, proxiedAttributionTag, in noteProxyOperationImpl()