Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DRecentAppOpsAccess.java72 | AppOpsManager.OP_FLAG_TRUSTED_PROXIED;
/frameworks/base/services/core/java/com/android/server/appop/
DDiscreteRegistry.java32 import static android.app.AppOpsManager.OP_FLAG_TRUSTED_PROXIED;
176 private static final int OP_FLAGS_DISCRETE = OP_FLAG_SELF | OP_FLAG_TRUSTED_PROXIED
DAppOpsService.java41 import static android.app.AppOpsManager.OP_FLAG_TRUSTED_PROXIED;
3062 final int proxiedFlags = isProxyTrusted ? AppOpsManager.OP_FLAG_TRUSTED_PROXIED in noteProxyOperationImpl()
3436 if ((flags & (OP_FLAG_SELF | OP_FLAG_TRUSTED_PROXIED)) != 0 in collectAsyncNotedOp()
3724 final int proxiedFlags = isProxyTrusted ? AppOpsManager.OP_FLAG_TRUSTED_PROXIED in startProxyOperationImpl()
6605 OP_FLAG_TRUSTED_PROXIED | AppOpsManager.OP_FLAG_UNTRUSTED_PROXIED);
6865 OP_FLAG_SELF | OP_FLAG_TRUSTED_PROXIED).build();
/frameworks/base/core/java/android/app/
DAppOpsManager.java672 public static final int OP_FLAG_TRUSTED_PROXIED = 0x8; field in AppOpsManager
697 | OP_FLAG_TRUSTED_PROXIED
710 | AppOpsManager.OP_FLAG_TRUSTED_PROXIED;
718 OP_FLAG_TRUSTED_PROXIED,
732 case OP_FLAG_TRUSTED_PROXIED: in getFlagName()
/frameworks/base/services/core/java/com/android/server/stats/pull/
DStatsPullAtomService.java20 import static android.app.AppOpsManager.OP_FLAG_TRUSTED_PROXIED;
299 private static final int OP_FLAGS_PULLED = OP_FLAG_SELF | OP_FLAG_TRUSTED_PROXIED;
/frameworks/base/core/api/
Dsystem-current.txt721 field public static final int OP_FLAG_TRUSTED_PROXIED = 8; // 0x8