Searched refs:COALESCE_TIME_MS (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Car/Hvac/src/com/android/car/hvac/
H A DDataStore.java34 private static final long COALESCE_TIME_MS = TimeUnit.SECONDS.toMillis(2); field in class:DataStore
90 if (SystemClock.uptimeMillis() - mLastTemperatureSet.get(zone) < COALESCE_TIME_MS) {
113 if (SystemClock.uptimeMillis() - mLastDefrosterSet.get(zone) < COALESCE_TIME_MS) {
137 if (SystemClock.uptimeMillis() - mLastFanSpeedSet < COALESCE_TIME_MS) {
160 if (SystemClock.uptimeMillis() - mLastAcSet < COALESCE_TIME_MS) {
183 if (SystemClock.uptimeMillis() - mLastAirflowSet.get(zone) < COALESCE_TIME_MS) {
206 if (SystemClock.uptimeMillis() - mLastSeatWarmerLevel.get(zone) < COALESCE_TIME_MS) {
229 if (SystemClock.uptimeMillis() - mAirCirculationLastSet < COALESCE_TIME_MS) {
252 if (SystemClock.uptimeMillis() - mAutoModeLastSet < COALESCE_TIME_MS) {
275 if (SystemClock.uptimeMillis() - mHvacPowerLastSet < COALESCE_TIME_MS) {
[all...]

Completed in 40 milliseconds