Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DAppOpsService.java993 final int proxyMode = noteOperationUnchecked(code, proxyUid, in noteProxyOperation() local
995 if (proxyMode != AppOpsManager.MODE_ALLOWED || Binder.getCallingUid() == proxiedUid) { in noteProxyOperation()
996 return proxyMode; in noteProxyOperation()
1003 proxyMode, resolveProxyPackageName); in noteProxyOperation()