Searched refs:mForceBackgroundCheck (Results 1 – 2 of 2) sorted by relevance
216 private boolean mForceBackgroundCheck; field in BatterySaverPolicy392 mForceBackgroundCheck = parser.getBoolean(KEY_FORCE_BACKGROUND_CHECK, true); in updateConstantsLocked()423 if (mForceBackgroundCheck) sb.append("B"); in updateConstantsLocked()497 return builder.setBatterySaverEnabled(mForceBackgroundCheck) in getBatterySaverPolicy()562 pw.println(" " + KEY_FORCE_BACKGROUND_CHECK + "=" + mForceBackgroundCheck); in dump()
1987 boolean mForceBackgroundCheck; field in ActivityManagerService9322 if (mForceBackgroundCheck && in appRestrictedInBackgroundLocked()15338 if (mForceBackgroundCheck != enabled) { in updateForceBackgroundCheck()15339 mForceBackgroundCheck = enabled; in updateForceBackgroundCheck()15345 if (mForceBackgroundCheck) { in updateForceBackgroundCheck()17182 pw.println(" mForceBackgroundCheck=" + mForceBackgroundCheck); in dumpProcessesLocked()