Searched refs:testEnd (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/provider/src/android/provider/cts/ |
D | CalendarTest.java | 2520 String testEnd = "1999-05-16T23:59:59"; in testSingleRecurrenceExceptions() local 2523 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, in testSingleRecurrenceExceptions() 2569 instances = getInstances(timeZone, testStart, testEnd, projection, in testSingleRecurrenceExceptions() 2595 instances = getInstances(timeZone, testStart, testEnd, projection, in testSingleRecurrenceExceptions() 2617 instances = getInstances(timeZone, testStart, testEnd, projection, in testSingleRecurrenceExceptions() 2655 instances = getInstances(timeZone, testStart, testEnd, projection, in testSingleRecurrenceExceptions() 2699 String testEnd = "1991-02-05T23:59:59"; in testNonAdapterRecurrenceExceptions() local 2703 expandInstanceRange(account, calendarId, testStart, testEnd, timeZone); in testNonAdapterRecurrenceExceptions() 2712 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, in testNonAdapterRecurrenceExceptions() 2743 instances = getInstances(timeZone, testStart, testEnd, projection, in testNonAdapterRecurrenceExceptions() [all …]
|
/cts/tests/tests/animation/src/android/animation/cts/ |
D | AnimatorTest.java | 132 public void testEnd() throws Throwable { in testEnd() method in AnimatorTest
|
D | ValueAnimatorTest.java | 464 public void testEnd() throws Throwable { in testEnd() method in ValueAnimatorTest
|