Searched refs:mockSettings (Results 1 – 2 of 2) sorted by relevance
165 mockSettings: MockSettings = Mockito.withSettings(), in eq()167 ): T = Mockito.mock(T::class.java, mockSettings).apply(apply)
840 mockSettings(HOUR_IN_MILLIS, WEEK_IN_MILLIS); in testStatsBucketResize()850 mockSettings(HOUR_IN_MILLIS, WEEK_IN_MILLIS); in testStatsBucketResize()865 mockSettings(30 * MINUTE_IN_MILLIS, WEEK_IN_MILLIS); in testStatsBucketResize()2619 mockSettings(HOUR_IN_MILLIS, WEEK_IN_MILLIS); in mockDefaultSettings()2622 private void mockSettings(long bucketDuration, long deleteAge) { in mockSettings() method in NetworkStatsServiceTest