Searched refs:mRestrictBackground (Results 1 – 1 of 1) sorted by relevance
353 @GuardedBy("mUidRulesFirstLock") volatile boolean mRestrictBackground; field in NetworkPolicyManagerService671 mRestrictBackgroundBeforeBsm = mRestrictBackground; in initService()676 if (localRestrictBackground && localRestrictBackground != mRestrictBackground) { in initService()677 mRestrictBackground = localRestrictBackground; in initService()679 mRestrictBackground ? 1 : 0, 0).sendToTarget(); in initService()700 setRestrictBackgroundUL(mRestrictBackground); in initService()1831 final boolean oldValue = mRestrictBackground; in readPolicyAL()1834 mRestrictBackground = readBooleanAttribute( in readPolicyAL()1837 mRestrictBackground = false; in readPolicyAL()1839 if (mRestrictBackground != oldValue) { in readPolicyAL()[all …]