Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DWatchdogStorageUnitTest.java161 .that(mService.hasPendingCloseDbHelperMessage()).isTrue(); in testSaveUserPackageSettings()
190 .that(mService.hasPendingCloseDbHelperMessage()).isTrue(); in testOverwriteUserPackageSettings()
211 .that(mService.hasPendingCloseDbHelperMessage()).isTrue(); in testSaveAndGetIoOveruseStats()
235 .that(mService.hasPendingCloseDbHelperMessage()).isTrue(); in testSaveAndGetIoOveruseStatsWithOffsettedStartTime()
296 .that(mService.hasPendingCloseDbHelperMessage()).isTrue(); in testOverwriteIoOveruseStats()
315 .that(mService.hasPendingCloseDbHelperMessage()).isTrue(); in testSaveIoOveruseStatsOutsideRetentionPeriod()
359 .that(mService.hasPendingCloseDbHelperMessage()).isTrue(); in testGetHistoricalIoOveruseStats()
403 .that(mService.hasPendingCloseDbHelperMessage()).isTrue(); in testGetHistoricalIoOveruseStatsWithNoRecentStats()
437 .that(mService.hasPendingCloseDbHelperMessage()).isTrue(); in testGetDailySystemIoUsageSummaries()
464 .that(mService.hasPendingCloseDbHelperMessage()).isTrue(); in testGetDailySystemIoUsageSummariesWithLowSystemTotalWrittenBytes()
[all …]
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogStorage.java497 boolean hasPendingCloseDbHelperMessage() { in hasPendingCloseDbHelperMessage() method in WatchdogStorage