Searched refs:hasPendingCloseDbHelperMessage (Results 1 – 2 of 2) sorted by relevance
161 .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 …]
497 boolean hasPendingCloseDbHelperMessage() { in hasPendingCloseDbHelperMessage() method in WatchdogStorage