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