Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java473 private boolean mRestrictBackgroundLowPowerMode; field in NetworkPolicyManagerService
905 mRestrictBackgroundLowPowerMode = mPowerManagerInternal in initService()
907 if (mRestrictBackgroundLowPowerMode && !mLoadedRestrictBackground) { in initService()
3159 if (mRestrictBackgroundLowPowerMode) {
3697 fout.println("mRestrictBackgroundLowPowerMode: " + mRestrictBackgroundLowPowerMode);
5572 if (mRestrictBackgroundLowPowerMode == result.batterySaverEnabled) {
5576 mRestrictBackgroundLowPowerMode = result.batterySaverEnabled;
5578 boolean restrictBackground = mRestrictBackgroundLowPowerMode;
5583 if (mRestrictBackgroundLowPowerMode) {