Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java483 private boolean mRestrictBackgroundLowPowerMode; field in NetworkPolicyManagerService
985 mRestrictBackgroundLowPowerMode = mPowerManagerInternal in initService()
987 if (mRestrictBackgroundLowPowerMode && !mLoadedRestrictBackground) { in initService()
3271 if (mRestrictBackgroundLowPowerMode) {
3854 fout.println("mRestrictBackgroundLowPowerMode: " + mRestrictBackgroundLowPowerMode);
5925 if (mRestrictBackgroundLowPowerMode == result.batterySaverEnabled) {
5929 mRestrictBackgroundLowPowerMode = result.batterySaverEnabled;
5931 boolean restrictBackground = mRestrictBackgroundLowPowerMode;
5936 if (mRestrictBackgroundLowPowerMode) {