Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogStorage.java266 long excludingEndEpochSeconds = mTimeSource.getCurrentDateTime().toEpochSecond(); in getTodayIoUsageStats() local
269 includingStartEpochSeconds, excludingEndEpochSeconds); in getTodayIoUsageStats()
310 long excludingEndEpochSeconds = currentDate.toEpochSecond(); in getHistoricalIoOveruseStats() local
318 includingStartEpochSeconds, excludingEndEpochSeconds); in getHistoricalIoOveruseStats()
327 long excludingEndEpochSeconds) { in getDailySystemIoUsageSummaries() argument
331 includingStartEpochSeconds, excludingEndEpochSeconds); in getDailySystemIoUsageSummaries()
354 long excludingEndEpochSeconds) { in getTopUsersDailyIoUsageSummaries() argument
358 includingStartEpochSeconds, excludingEndEpochSeconds); in getTopUsersDailyIoUsageSummaries()
363 numTopUsers, includingStartEpochSeconds, excludingEndEpochSeconds); in getTopUsersDailyIoUsageSummaries()
395 long excludingEndEpochSeconds = currentDate.toEpochSecond(); in getNotForgivenHistoricalIoOveruses() local
[all …]