Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java3044 final SyncNotedAppOp proxyReturn = noteOperationUnchecked(code, proxyUid, in noteProxyOperationImpl() local
3049 if (proxyReturn.getOpMode() != AppOpsManager.MODE_ALLOWED) { in noteProxyOperationImpl()
3050 return new SyncNotedAppOp(proxyReturn.getOpMode(), code, proxiedAttributionTag, in noteProxyOperationImpl()