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.java2579 long startMinute = instances.getLong(1); in testSingleRecurrenceExceptions() local
2580 assertTrue("instance start times are different", startMinute != prevMinute); in testSingleRecurrenceExceptions()
2582 prevMinute = startMinute; in testSingleRecurrenceExceptions()
2605 long startMinute = instances.getLong(1); in testSingleRecurrenceExceptions() local
2607 assertEquals("instance start times are the same", startMinute, prevMinute); in testSingleRecurrenceExceptions()
2609 prevMinute = startMinute; in testSingleRecurrenceExceptions()
3004 long startMinute; in testForwardRecurrenceExceptions() local
3008 startMinute = instances.getLong(1); in testForwardRecurrenceExceptions()
3012 startMinute = instances.getLong(1); in testForwardRecurrenceExceptions()
3013 assertEquals("first/last pairs match", prevMinute, startMinute); in testForwardRecurrenceExceptions()
[all …]