Searched refs:mForceBackgroundCheck (Results 1 – 2 of 2) sorted by relevance
53 private final boolean mForceBackgroundCheck; field in BatterySaverPolicyConfig75 mForceBackgroundCheck = in.mForceBackgroundCheck; in BatterySaverPolicyConfig()110 mForceBackgroundCheck = in.readBoolean(); in BatterySaverPolicyConfig()160 dest.writeBoolean(mForceBackgroundCheck); in writeToParcel()180 + "force_background_check=" + mForceBackgroundCheck + "," in toString()298 return mForceBackgroundCheck; in getForceBackgroundCheck()326 private boolean mForceBackgroundCheck = false; field in BatterySaverPolicyConfig.Builder486 mForceBackgroundCheck = forceBackgroundCheck; in setForceBackgroundCheck()
1676 boolean mForceBackgroundCheck; field in ActivityManagerService6302 if (mForceBackgroundCheck && in appRestrictedInBackgroundLocked()9800 if (mForceBackgroundCheck != enabled) { in updateForceBackgroundCheck()9801 mForceBackgroundCheck = enabled; in updateForceBackgroundCheck()9807 if (mForceBackgroundCheck) { in updateForceBackgroundCheck()11722 pw.println(" mForceBackgroundCheck=" + mForceBackgroundCheck); in dumpProcessesLocked()