Searched refs:getTodayIoUsageStats (Results 1 – 10 of 10) sorted by relevance
207 IoUsageStatsEntrySubject.assertThat(mService.getTodayIoUsageStats()) in testSaveAndGetIoOveruseStats()231 IoUsageStatsEntrySubject.assertThat(mService.getTodayIoUsageStats()) in testSaveAndGetIoOveruseStatsWithOffsettedStartTime()261 mService.getTodayIoUsageStats(), "I/O usage stats fetched from database") in testOverwriteIoOveruseStats()281 mService.getTodayIoUsageStats(), "Cached in memory I/O usage stats") in testOverwriteIoOveruseStats()291 IoUsageStatsEntrySubject.assertWithMessage(mService.getTodayIoUsageStats(), in testOverwriteIoOveruseStats()624 IoUsageStatsEntrySubject.assertThat(mService.getTodayIoUsageStats()) in testDeleteUserPackage()650 IoUsageStatsEntrySubject.assertThat(mService.getTodayIoUsageStats()) in testDeleteUserPackageWithNonexistentPackage()703 IoUsageStatsEntrySubject.assertThat(mService.getTodayIoUsageStats()) in testSyncUsers()751 IoUsageStatsEntrySubject.assertThat(mService.getTodayIoUsageStats()) in testSyncUsersWithNoDataForDeletedUser()
769 mWatchdogServiceForSystemImpl.getTodayIoUsageStats(); in testGetTodayIoUsageStats()771 verify(mMockWatchdogPerfHandler).getTodayIoUsageStats(); in testGetTodayIoUsageStats()1134 doReturn(mIoUsageStatsEntries).when(mSpiedWatchdogStorage).getTodayIoUsageStats(); in mockWatchdogStorage()
1142 when(mSpiedWatchdogStorage.getTodayIoUsageStats()).thenReturn(ioUsageStatsEntries); in testAsyncFetchTodayIoUsageStats()1188 when(mSpiedWatchdogStorage.getTodayIoUsageStats()).thenReturn(ioUsageStatsEntries); in testAsyncFetchTodayIoUsageStatsWithDaemonRemoteException()1217 when(mSpiedWatchdogStorage.getTodayIoUsageStats()).thenReturn(ioUsageStatsEntries); in testGetTodayIoUsageStats()1220 mWatchdogPerfHandler.getTodayIoUsageStats(); in testGetTodayIoUsageStats()4689 doReturn(mIoUsageStatsEntries).when(mSpiedWatchdogStorage).getTodayIoUsageStats(); in mockWatchdogStorage()4957 verify(mSpiedWatchdogStorage, times(wantedInvocations)).getTodayIoUsageStats(); in verifyDatabaseInit()
85 List<UserPackageIoUsageStats> getTodayIoUsageStats(); in getTodayIoUsageStats() method
47 ndk::ScopedAStatus, getTodayIoUsageStats,
384 public List<UserPackageIoUsageStats> getTodayIoUsageStats() { in getTodayIoUsageStats() method in CarWatchdogDaemonHelperTest.ICarWatchdogServiceForSystemImpl
1030 public List<UserPackageIoUsageStats> getTodayIoUsageStats() { in getTodayIoUsageStats() method in CarWatchdogService.ICarWatchdogServiceForSystemImpl1036 return service.mWatchdogPerfHandler.getTodayIoUsageStats(); in getTodayIoUsageStats()
1062 List<UserPackageIoUsageStats> todayIoUsageStats = getTodayIoUsageStats(); in asyncFetchTodayIoUsageStats()1073 public List<UserPackageIoUsageStats> getTodayIoUsageStats() { in getTodayIoUsageStats() method in WatchdogPerfHandler1076 List<WatchdogStorage.IoUsageStatsEntry> entries = mWatchdogStorage.getTodayIoUsageStats(); in getTodayIoUsageStats()1376 mWatchdogStorage.getTodayIoUsageStats(); in readFromDatabase()
264 public List<IoUsageStatsEntry> getTodayIoUsageStats() { in getTodayIoUsageStats() method in WatchdogStorage