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.java270 long excludingEndEpochSeconds = mTimeSource.getCurrentDateTime().toEpochSecond(); in getTodayIoUsageStats() local
314 long excludingEndEpochSeconds = currentDate.toEpochSecond(); in getHistoricalIoOveruseStats() local
331 long excludingEndEpochSeconds) { in getDailySystemIoUsageSummaries()
358 long excludingEndEpochSeconds) { in getTopUsersDailyIoUsageSummaries()
399 long excludingEndEpochSeconds = currentDate.toEpochSecond(); in getNotForgivenHistoricalIoOveruses() local
435 long excludingEndEpochSeconds = currentDate.toEpochSecond(); in forgiveHistoricalOveruses() local
451 userPackageIds, includingStartEpochSeconds, excludingEndEpochSeconds); in forgiveHistoricalOveruses() local
982 SQLiteDatabase db, long includingStartEpochSeconds, long excludingEndEpochSeconds) { in queryStats()
1039 long excludingEndEpochSeconds) { in queryIoOveruseStatsForUserPackageId()
1082 SQLiteDatabase db, long includingStartEpochSeconds, long excludingEndEpochSeconds) { in queryNotForgivenHistoricalOveruses()
[all …]