Searched refs:mIoUsageStatsEntries (Results 1 – 1 of 1) sorted by relevance
250 private final List<WatchdogStorage.IoUsageStatsEntry> mIoUsageStatsEntries = new ArrayList<>(); field in CarWatchdogServiceUnitTest2337 IoUsageStatsEntrySubject.assertThat(mIoUsageStatsEntries) in testPersistIoOveruseStatsOnDateChange()3584 mIoUsageStatsEntries.add( in mockWatchdogStorage()3595 when(mMockWatchdogStorage.getTodayIoUsageStats()).thenReturn(mIoUsageStatsEntries); in mockWatchdogStorage()