Home
last modified time | relevance | path

Searched refs:earliestEpochSecond (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogStorage.java1040 long earliestEpochSecond = excludingEndEpochSeconds; in queryIoOveruseStatsForUserPackageId() local
1049 earliestEpochSecond = Math.min(cursor.getLong(5), earliestEpochSecond); in queryIoOveruseStatsForUserPackageId()
1055 long durationInSeconds = excludingEndEpochSeconds - earliestEpochSecond; in queryIoOveruseStatsForUserPackageId()
1057 earliestEpochSecond, durationInSeconds); in queryIoOveruseStatsForUserPackageId()