Searched refs:mForceBackgroundCheck (Results 1 – 4 of 4) sorted by relevance
52 private final boolean mForceBackgroundCheck; field in BatterySaverPolicyConfig74 mForceBackgroundCheck = in.mForceBackgroundCheck; in BatterySaverPolicyConfig()110 mForceBackgroundCheck = in.readBoolean(); in BatterySaverPolicyConfig()161 dest.writeBoolean(mForceBackgroundCheck); in writeToParcel()182 + "force_background_check=" + mForceBackgroundCheck + "," in toString()310 return mForceBackgroundCheck; in getForceBackgroundCheck()337 private boolean mForceBackgroundCheck = false; field in BatterySaverPolicyConfig.Builder371 mForceBackgroundCheck = batterySaverPolicyConfig.getForceBackgroundCheck(); in Builder()546 mForceBackgroundCheck = forceBackgroundCheck; in setForceBackgroundCheck()
70 mForceBackgroundCheck(forceBackgroundCheck), in mAdjustBrightnessFactor()94 mForceBackgroundCheck == bsp.mForceBackgroundCheck &&135 bool mForceBackgroundCheck; member
65 ?: parcel->readBool(&mForceBackgroundCheck) in readFromParcel()107 ?: parcel->writeBool(mForceBackgroundCheck) in writeToParcel()
1505 private boolean mForceBackgroundCheck; field in ActivityManagerService5511 if (mForceBackgroundCheck && in appRestrictedInBackgroundLOSP()7783 if (mForceBackgroundCheck != enabled) { in updateForceBackgroundCheck()7784 mForceBackgroundCheck = enabled; in updateForceBackgroundCheck()7790 if (mForceBackgroundCheck) { in updateForceBackgroundCheck()9529 pw.println(" mForceBackgroundCheck=" + mForceBackgroundCheck); in dumpOtherProcessesInfoLSP()