Home
last modified time | relevance | path

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

/cts/tests/tests/animation/src/android/animation/cts/
DAnimatorTest.java132 public void testEnd() throws Throwable { in testEnd() method in AnimatorTest
DValueAnimatorTest.java467 public void testEnd() throws Throwable { in testEnd() method in ValueAnimatorTest
/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java2520 String testEnd = "1999-08-04T23:59:59"; in testSingleRecurrenceExceptions() local
2699 String testEnd = "1991-02-05T23:59:59"; in testNonAdapterRecurrenceExceptions() local
2795 String testEnd = "1987-08-11T23:59:59"; in testOutOfOrderRecurrenceExceptions() local
2966 String testEnd = "1999-01-29T23:59:59"; in testForwardRecurrenceExceptions() local
3060 String testEnd = "1997-08-31T23:59:59"; in testFullRecurrenceUpdate() local
3608 String testEnd, String timeZone) { in expandInstanceRange()