Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/
DRecentLocationAccesses.java54 | AppOpsManager.OP_FLAG_TRUSTED_PROXIED;
/frameworks/base/core/java/android/app/
DAppOpsManager.java628 public static final int OP_FLAG_TRUSTED_PROXIED = 0x8; field in AppOpsManager
655 | OP_FLAG_TRUSTED_PROXIED
668 | AppOpsManager.OP_FLAG_TRUSTED_PROXIED;
676 OP_FLAG_TRUSTED_PROXIED,
690 case OP_FLAG_TRUSTED_PROXIED: in getFlagName()
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java38 import static android.app.AppOpsManager.OP_FLAG_TRUSTED_PROXIED;
2986 final int proxiedFlags = isProxyTrusted ? AppOpsManager.OP_FLAG_TRUSTED_PROXIED in noteProxyOperation()
3271 if ((flags & (OP_FLAG_SELF | OP_FLAG_TRUSTED_PROXIED)) != 0 in collectAsyncNotedOp()
5980 OP_FLAG_SELF | OP_FLAG_TRUSTED_PROXIED).build(); in initializeRarelyUsedPackagesList()
/frameworks/base/services/core/java/com/android/server/stats/pull/
DStatsPullAtomService.java20 import static android.app.AppOpsManager.OP_FLAG_TRUSTED_PROXIED;
233 private static final int OP_FLAGS_PULLED = OP_FLAG_SELF | OP_FLAG_TRUSTED_PROXIED;
/frameworks/base/api/
Dtest-current.txt265 field public static final int OP_FLAG_TRUSTED_PROXIED = 8; // 0x8
Dsystem-current.txt428 field public static final int OP_FLAG_TRUSTED_PROXIED = 8; // 0x8
/frameworks/base/non-updatable-api/
Dsystem-current.txt428 field public static final int OP_FLAG_TRUSTED_PROXIED = 8; // 0x8