Home
last modified time | relevance | path

Searched refs:testEnd (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java2519 String testEnd = "1999-05-16T23:59:59"; in testSingleRecurrenceExceptions() local
2522 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, in testSingleRecurrenceExceptions()
2568 instances = getInstances(timeZone, testStart, testEnd, projection, in testSingleRecurrenceExceptions()
2594 instances = getInstances(timeZone, testStart, testEnd, projection, in testSingleRecurrenceExceptions()
2616 instances = getInstances(timeZone, testStart, testEnd, projection, in testSingleRecurrenceExceptions()
2654 instances = getInstances(timeZone, testStart, testEnd, projection, in testSingleRecurrenceExceptions()
2698 String testEnd = "1991-02-05T23:59:59"; in testNonAdapterRecurrenceExceptions() local
2702 expandInstanceRange(account, calendarId, testStart, testEnd, timeZone); in testNonAdapterRecurrenceExceptions()
2711 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, in testNonAdapterRecurrenceExceptions()
2742 instances = getInstances(timeZone, testStart, testEnd, projection, in testNonAdapterRecurrenceExceptions()
[all …]
/cts/tests/tests/animation/src/android/animation/cts/
DAnimatorTest.java107 public void testEnd() throws Throwable { in testEnd() method in AnimatorTest
DValueAnimatorTest.java115 public void testEnd() throws Throwable { in testEnd() method in ValueAnimatorTest