Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java353 @GuardedBy("mUidRulesFirstLock") volatile boolean mRestrictBackground; field in NetworkPolicyManagerService
671 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 …]