Searched defs:mRestrictBackground (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java314 @GuardedBy("mUidRulesFirstLock") volatile boolean mRestrictBackground; field in class:NetworkPolicyManagerService
609 setRestrictBackgroundUL(mRestrictBackground);
822 * {@link #mRestrictBackground}.
1481 final boolean oldValue = mRestrictBackground;
1484 mRestrictBackground = readBooleanAttribute(
1487 mRestrictBackground = false;
1489 if (mRestrictBackground != oldValue) {
1493 mRestrictBackground ? 1 : 0, 0).sendToTarget();
1612 mRestrictBackground = Settings.Secure.getInt(
1616 if (mRestrictBackground) {
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java232 private boolean mRestrictBackground; field in class:ConnectivityService
746 mRestrictBackground = mPolicyManager.getRestrictBackground();
1041 allowed = !mRestrictBackground
1045 + " mRestrictBackground=" + mRestrictBackground
1549 mRestrictBackground = restrictBackground;
2020 pw.println(mRestrictBackground);
4208 if (mRestrictBackground && (uidRules & RULE_ALLOW_METERED) == 0

Completed in 126 milliseconds