Searched refs:shouldResetShortTermModel (Results 1 – 9 of 9) sorted by relevance
142 boolean shouldResetShortTermModel) { in setBrightnessConfiguration() argument144 setShouldResetShortTermModel(shouldResetShortTermModel); in setBrightnessConfiguration()315 void setShouldResetShortTermModel(boolean shouldResetShortTermModel) { in setShouldResetShortTermModel() argument316 mShouldResetShortTermModel = shouldResetShortTermModel; in setShouldResetShortTermModel()320 boolean shouldResetShortTermModel() { in shouldResetShortTermModel() method in AutomaticBrightnessStrategy2
196 boolean shouldResetShortTermModel) { in setBrightnessConfiguration() argument198 setShouldResetShortTermModel(shouldResetShortTermModel); in setBrightnessConfiguration()417 void setShouldResetShortTermModel(boolean shouldResetShortTermModel) { in setShouldResetShortTermModel() argument418 mShouldResetShortTermModel = shouldResetShortTermModel; in setShouldResetShortTermModel()422 boolean shouldResetShortTermModel() { in shouldResetShortTermModel() method in AutomaticBrightnessStrategy
62 boolean shouldResetShortTermModel); in setBrightnessConfiguration() argument
445 boolean shouldResetShortTermModel) { in configure() argument447 boolean changed = setBrightnessConfiguration(configuration, shouldResetShortTermModel); in configure()562 boolean shouldResetShortTermModel) { in setBrightnessConfiguration() argument565 if (!isInIdleMode() && shouldResetShortTermModel) { in setBrightnessConfiguration()1302 if (mCurrentBrightnessMapper.shouldResetShortTermModel(currentLux, mAnchor)) {
400 public boolean shouldResetShortTermModel(float ambientLux, float shortTermModelAnchor) { in shouldResetShortTermModel() method in BrightnessMappingStrategy
1893 boolean shouldResetShortTermModel) { in setBrightnessConfiguration() argument1895 shouldResetShortTermModel ? 1 : 0, /* unused */ 0, c); in setBrightnessConfiguration()
271 assertFalse(mAutomaticBrightnessStrategy.shouldResetShortTermModel()); in accommodateUserBrightnessChangesWorksAsExpected()281 assertTrue(mAutomaticBrightnessStrategy.shouldResetShortTermModel()); in accommodateUserBrightnessChangesWorksAsExpected()
324 assertFalse(mAutomaticBrightnessStrategy.shouldResetShortTermModel()); in accommodateUserBrightnessChangesWorksAsExpected()334 assertTrue(mAutomaticBrightnessStrategy.shouldResetShortTermModel()); in accommodateUserBrightnessChangesWorksAsExpected()
366 when(mBrightnessMappingStrategy.shouldResetShortTermModel( in testShortTermModelTimesOut()403 when(mBrightnessMappingStrategy.shouldResetShortTermModel( in testShortTermModelDoesntTimeOut()452 when(mBrightnessMappingStrategy.shouldResetShortTermModel( in testShortTermModelIsRestoredWhenSwitchingWithinTimeout()500 when(mBrightnessMappingStrategy.shouldResetShortTermModel( in testShortTermModelNotRestoredAfterTimeout()