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

/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java289 volatile boolean mRestrictBackground; field in class:NetworkPolicyManagerService
789 * {@link #mRestrictBackground}.
1420 final boolean oldValue = mRestrictBackground;
1423 mRestrictBackground = readBooleanAttribute(
1426 mRestrictBackground = false;
1428 if (mRestrictBackground != oldValue) {
1432 mRestrictBackground ? 1 : 0, 0).sendToTarget();
1551 mRestrictBackground = Settings.Secure.getInt(
1555 if (mRestrictBackground) {
1575 writeBooleanAttribute(out, ATTR_RESTRICT_BACKGROUND, mRestrictBackground);
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java219 private boolean mRestrictBackground; field in class:ConnectivityService
678 mRestrictBackground = mPolicyManager.getRestrictBackground();
948 allowed = !mRestrictBackground
952 + " mRestrictBackground=" + mRestrictBackground
1447 mRestrictBackground = restrictBackground;
1902 pw.println(mRestrictBackground);
4048 if (mRestrictBackground && (uidRules & RULE_ALLOW_METERED) == 0

Completed in 66 milliseconds