Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DAppOpsManager.java652 public static final int OP_FLAG_UNTRUSTED_PROXIED = 0x10; field in AppOpsManager
668 | OP_FLAG_UNTRUSTED_PROXIED;
689 OP_FLAG_UNTRUSTED_PROXIED
704 case OP_FLAG_UNTRUSTED_PROXIED: in getFlagName()
/aosp12/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java3391 : AppOpsManager.OP_FLAG_UNTRUSTED_PROXIED; in noteProxyOperationImpl()
3901 : AppOpsManager.OP_FLAG_UNTRUSTED_PROXIED; in startProxyOperationImpl()
6666 OP_FLAG_TRUSTED_PROXIED | AppOpsManager.OP_FLAG_UNTRUSTED_PROXIED);
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt530 field public static final int OP_FLAG_UNTRUSTED_PROXIED = 16; // 0x10