Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogStorage.java265 long includingStartEpochSeconds = mTimeSource.getCurrentDate().toEpochSecond(); in getTodayIoUsageStats() local
269 includingStartEpochSeconds, excludingEndEpochSeconds); in getTodayIoUsageStats()
309 long includingStartEpochSeconds = currentDate.minusDays(numDaysAgo).toEpochSecond(); in getHistoricalIoOveruseStats() local
318 includingStartEpochSeconds, excludingEndEpochSeconds); in getHistoricalIoOveruseStats()
326 long minSystemTotalWrittenBytes, long includingStartEpochSeconds, in getDailySystemIoUsageSummaries() argument
331 includingStartEpochSeconds, excludingEndEpochSeconds); in getDailySystemIoUsageSummaries()
353 int numTopUsers, long minSystemTotalWrittenBytes, long includingStartEpochSeconds, in getTopUsersDailyIoUsageSummaries() argument
358 includingStartEpochSeconds, excludingEndEpochSeconds); in getTopUsersDailyIoUsageSummaries()
363 numTopUsers, includingStartEpochSeconds, excludingEndEpochSeconds); in getTopUsersDailyIoUsageSummaries()
394 long includingStartEpochSeconds = currentDate.minusDays(numDaysAgo).toEpochSecond(); in getNotForgivenHistoricalIoOveruses() local
[all …]