Searched refs:minCount (Results 1 – 2 of 2) sorted by relevance
161 final int minCount = getMinExpectedExpirations(SystemClock.elapsedRealtime(), in testRepeatingAlarmBlocked() local163 assertTrue("Alarm should have expired at least " + minCount in testRepeatingAlarmBlocked()164 + " times when restrictions were lifted", waitForAlarms(minCount, DEFAULT_WAIT)); in testRepeatingAlarmBlocked()181 final int minCount = getMinExpectedExpirations(SystemClock.elapsedRealtime(), in testRepeatingAlarmAllowedWhenAutoRestrictedBucketFeatureOn() local183 assertTrue("Alarm should have expired at least " + minCount in testRepeatingAlarmAllowedWhenAutoRestrictedBucketFeatureOn()184 + " times when restrictions were lifted", waitForAlarms(minCount, DEFAULT_WAIT)); in testRepeatingAlarmAllowedWhenAutoRestrictedBucketFeatureOn()
80 public static List<String> extractMediaIds(ClipData clipData, int minCount) { in extractMediaIds() argument82 assertThat(count).isAtLeast(minCount); in extractMediaIds()