Searched refs:bootTimestamp (Results 1 – 5 of 5) sorted by relevance
336 long bootTimestamp, in assertBatteryHistEntry() argument354 assertThat(entry.mBootTimestamp).isEqualTo(bootTimestamp); in assertBatteryHistEntry()376 long bootTimestamp, in createBatteryHistEntry() argument408 .setBootTimestamp(bootTimestamp) in createBatteryHistEntry()
105 final long bootTimestamp, in convertBatteryEntryToContentValues() argument132 bootTimestamp); in convertBatteryEntryToContentValues()631 final long bootTimestamp) { in constructBatteryInformation() argument641 .setBootTimestamp(bootTimestamp) in constructBatteryInformation()
132 long bootTimestamp, in BatteryHistEntry() argument149 mBootTimestamp = bootTimestamp; in BatteryHistEntry()
208 long bootTimestamp = UserParameters.getBootTimeMillis(mContext); in correctStoredTime() local210 mClock.millis() - (bootTimestamp + SystemClock.elapsedRealtime()); in correctStoredTime()
1510 final long bootTimestamp = System.currentTimeMillis() - SystemClock.elapsedRealtime();1511 if (!collection.isEmpty() && bootTimestamp < collection.getStartMillis()) {1515 + ", last booted at " + Instant.ofEpochMilli(bootTimestamp));