Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java2578 long startMinute = instances.getLong(1); in testSingleRecurrenceExceptions() local
2579 assertTrue("instance start times are different", startMinute != prevMinute); in testSingleRecurrenceExceptions()
2581 prevMinute = startMinute; in testSingleRecurrenceExceptions()
2604 long startMinute = instances.getLong(1); in testSingleRecurrenceExceptions() local
2606 assertEquals("instance start times are the same", startMinute, prevMinute); in testSingleRecurrenceExceptions()
2608 prevMinute = startMinute; in testSingleRecurrenceExceptions()
3003 long startMinute; in testForwardRecurrenceExceptions() local
3007 startMinute = instances.getLong(1); in testForwardRecurrenceExceptions()
3011 startMinute = instances.getLong(1); in testForwardRecurrenceExceptions()
3012 assertEquals("first/last pairs match", prevMinute, startMinute); in testForwardRecurrenceExceptions()
[all …]