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