Searched refs:mAutomotiveProjectionActive (Results 1 – 2 of 2) sorted by relevance
197 final PolicyBoolean mAutomotiveProjectionActive = new PolicyBoolean("automotiveProjection"); field in BatterySaverPolicy242 (t, pkgs) -> mAutomotiveProjectionActive.update(!pkgs.isEmpty());303 mAutomotiveProjectionActive.initialize( in systemReady()484 if (mAutomotiveProjectionActive.get() in updatePolicyDependenciesLocked()508 rawPolicy.enableNightMode && !mAutomotiveProjectionActive.get(), in updatePolicyDependenciesLocked()1188 ipw.println("mAutomotiveProjectionActive=" + mAutomotiveProjectionActive.get()); in dump()
357 mBatterySaverPolicy.mAutomotiveProjectionActive.update(true); in testAutomotiveProjectionChanges_Full()365 mBatterySaverPolicy.mAutomotiveProjectionActive.update(false); in testAutomotiveProjectionChanges_Full()386 mBatterySaverPolicy.mAutomotiveProjectionActive.update(true); in testAutomotiveProjectionChanges_Adaptive()394 mBatterySaverPolicy.mAutomotiveProjectionActive.update(false); in testAutomotiveProjectionChanges_Adaptive()