Home
last modified time | relevance | path

Searched refs:minCount (Results 1 – 2 of 2) sorted by relevance

/cts/tests/AlarmManager/src/android/alarmmanager/cts/
DBackgroundRestrictedAlarmsTest.java161 final int minCount = getMinExpectedExpirations(SystemClock.elapsedRealtime(), in testRepeatingAlarmBlocked() local
163 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() local
183 assertTrue("Alarm should have expired at least " + minCount in testRepeatingAlarmAllowedWhenAutoRestrictedBucketFeatureOn()
184 + " times when restrictions were lifted", waitForAlarms(minCount, DEFAULT_WAIT)); in testRepeatingAlarmAllowedWhenAutoRestrictedBucketFeatureOn()
/cts/tests/PhotoPicker/src/android/photopicker/cts/
DPhotoPickerCloudUtils.java80 public static List<String> extractMediaIds(ClipData clipData, int minCount) { in extractMediaIds() argument
82 assertThat(count).isAtLeast(minCount); in extractMediaIds()