Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DWatchdogStorageUnitTest.java23 import static com.android.car.watchdog.WatchdogStorage.IoUsageStatsTable.COLUMN_DATE_EPOCH;
24 import static com.android.car.watchdog.WatchdogStorage.IoUsageStatsTable.COLUMN_FORGIVEN_BACKGROUND…
25 import static com.android.car.watchdog.WatchdogStorage.IoUsageStatsTable.COLUMN_FORGIVEN_FOREGROUND…
26 import static com.android.car.watchdog.WatchdogStorage.IoUsageStatsTable.COLUMN_FORGIVEN_GARAGE_MOD…
27 import static com.android.car.watchdog.WatchdogStorage.IoUsageStatsTable.COLUMN_NUM_FORGIVEN_OVERUS…
28 import static com.android.car.watchdog.WatchdogStorage.IoUsageStatsTable.COLUMN_NUM_OVERUSES;
29 import static com.android.car.watchdog.WatchdogStorage.IoUsageStatsTable.COLUMN_NUM_TIMES_KILLED;
30 import static com.android.car.watchdog.WatchdogStorage.IoUsageStatsTable.COLUMN_REMAINING_BACKGROUN…
31 import static com.android.car.watchdog.WatchdogStorage.IoUsageStatsTable.COLUMN_REMAINING_FOREGROUN…
32 import static com.android.car.watchdog.WatchdogStorage.IoUsageStatsTable.COLUMN_REMAINING_GARAGE_MO…
[all …]
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogStorage.java268 ioUsagesById = IoUsageStatsTable.queryStats(getDatabase(/* isWritable= */ false), in getTodayIoUsageStats()
316 return IoUsageStatsTable.queryIoOveruseStatsForUserPackageId( in getHistoricalIoOveruseStats()
329 IoUsageStatsTable.queryDailySystemIoUsageSummaries( in getDailySystemIoUsageSummaries()
357 long systemTotalWrittenBytes = IoUsageStatsTable.querySystemTotalWrittenBytes(db, in getTopUsersDailyIoUsageSummaries()
362 summariesById = IoUsageStatsTable.queryTopUsersDailyIoUsageSummaries(db, in getTopUsersDailyIoUsageSummaries()
398 IoUsageStatsTable.queryNotForgivenHistoricalOveruses( in getNotForgivenHistoricalIoOveruses()
445 IoUsageStatsTable.forgiveHistoricalOverusesForPackage(getDatabase(/* isWritable= */ true), in forgiveHistoricalOveruses()
489 rows.add(IoUsageStatsTable.getContentValues( in saveIoUsageStats()
493 IoUsageStatsTable.TABLE_NAME, rows); in saveIoUsageStats()
882 static final class IoUsageStatsTable { class in WatchdogStorage
[all …]