Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
DDiscreteRegistry.java33 import static android.app.AppOpsManager.OP_FLAG_TRUSTED_PROXY;
177 | OP_FLAG_TRUSTED_PROXY;
DAppOpsService.java3041 final int proxyFlags = isProxyTrusted ? AppOpsManager.OP_FLAG_TRUSTED_PROXY in noteProxyOperationImpl()
3738 final int proxyFlags = isProxyTrusted ? AppOpsManager.OP_FLAG_TRUSTED_PROXY in startProxyOperationImpl()
/frameworks/base/core/java/android/app/
DAppOpsManager.java652 public static final int OP_FLAG_TRUSTED_PROXY = 0x2; field in AppOpsManager
695 | OP_FLAG_TRUSTED_PROXY
716 OP_FLAG_TRUSTED_PROXY,
728 case OP_FLAG_TRUSTED_PROXY: in getFlagName()
/frameworks/base/core/api/
Dsystem-current.txt722 field public static final int OP_FLAG_TRUSTED_PROXY = 2; // 0x2