Searched refs:mRestrictBackground (Results 1 – 1 of 1) sorted by relevance
499 @GuardedBy("mUidRulesFirstLock") volatile boolean mRestrictBackground; field in NetworkPolicyManagerService2511 final boolean oldValue = mRestrictBackground;3243 if (restrictBackground == mRestrictBackground) {3249 final boolean oldRestrictBackground = mRestrictBackground;3250 mRestrictBackground = restrictBackground;3256 if (!mNetworkManager.setDataSaverModeEnabled(mRestrictBackground)) {3259 mRestrictBackground = oldRestrictBackground;3315 if (!mRestrictBackground) {3329 return mRestrictBackground;5939 shouldInvokeRestrictBackground = !mRestrictBackground;[all …]