Searched refs:DELTA_TIME_ABS (Results 1 – 1 of 1) sorted by relevance
1917 static final int DELTA_TIME_ABS = 0x7fffd; // Following is an entire abs update. field in BatteryStatsImpl1943 dest.writeInt(DELTA_TIME_ABS); in writeHistoryDelta()1955 } else if (deltaTime >= DELTA_TIME_ABS) { in writeHistoryDelta()2074 if (deltaTimeToken < DELTA_TIME_ABS) { in readHistoryDelta()2076 } else if (deltaTimeToken == DELTA_TIME_ABS) { in readHistoryDelta()