Home
last modified time | relevance | path

Searched defs: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
310 long excludingEndEpochSeconds = currentDate.toEpochSecond(); in getHistoricalIoOveruseStats() local
327 long excludingEndEpochSeconds) { in getDailySystemIoUsageSummaries()
354 long excludingEndEpochSeconds) { in getTopUsersDailyIoUsageSummaries()
395 long excludingEndEpochSeconds = currentDate.toEpochSecond(); in getNotForgivenHistoricalIoOveruses() local
430 long excludingEndEpochSeconds = currentDate.toEpochSecond(); in forgiveHistoricalOveruses() local
446 userPackageIds, includingStartEpochSeconds, excludingEndEpochSeconds); in forgiveHistoricalOveruses() local
965 SQLiteDatabase db, long includingStartEpochSeconds, long excludingEndEpochSeconds) { in queryStats()
1022 long excludingEndEpochSeconds) { in queryIoOveruseStatsForUserPackageId()
1065 SQLiteDatabase db, long includingStartEpochSeconds, long excludingEndEpochSeconds) { in queryNotForgivenHistoricalOveruses()
[all …]