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.java107 public void testEnd() throws Throwable { in testEnd() method in AnimatorTest
DValueAnimatorTest.java115 public void testEnd() throws Throwable { in testEnd() method in ValueAnimatorTest
/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java2519 String testEnd = "1999-05-16T23:59:59"; in testSingleRecurrenceExceptions() local
2698 String testEnd = "1991-02-05T23:59:59"; in testNonAdapterRecurrenceExceptions() local
2794 String testEnd = "1987-08-11T23:59:59"; in testOutOfOrderRecurrenceExceptions() local
2965 String testEnd = "1999-01-29T23:59:59"; in testForwardRecurrenceExceptions() local
3059 String testEnd = "1997-08-31T23:59:59"; in testFullRecurrenceUpdate() local
3607 String testEnd, String timeZone) { in expandInstanceRange()