Searched refs:DELTA_TIME_ABS (Results 1 – 2 of 2) sorted by relevance
3176 static final int DELTA_TIME_ABS = 0x7fffd; // Following is an entire abs update. field in BatteryStatsImpl3209 dest.writeInt(DELTA_TIME_ABS); in writeHistoryDelta()3221 } else if (deltaTime >= DELTA_TIME_ABS) { in writeHistoryDelta()3480 if (deltaTimeToken < DELTA_TIME_ABS) { in readHistoryDelta()3482 } else if (deltaTimeToken == DELTA_TIME_ABS) { in readHistoryDelta()
94878 Lcom/android/internal/os/BatteryStatsImpl;->DELTA_TIME_ABS:I