Searched refs:testEnd (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/provider/src/android/provider/cts/ |
D | CalendarTest.java | 2519 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/ |
D | AnimatorTest.java | 107 public void testEnd() throws Throwable { in testEnd() method in AnimatorTest
|
D | ValueAnimatorTest.java | 115 public void testEnd() throws Throwable { in testEnd() method in ValueAnimatorTest
|