Searched refs:excepValues (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/provider/src/android/provider/cts/ |
D | CalendarTest.java | 2538 ContentValues excepValues; in testSingleRecurrenceExceptions() local 2542 excepValues = EventHelper.getNewExceptionValues(startMillis); in testSingleRecurrenceExceptions() 2543 excepValues.put(Events.DTSTART, startMillis + 3600*1000); in testSingleRecurrenceExceptions() 2544 long excepEventId2 = createAndVerifyException(account, eventId, excepValues, true); in testSingleRecurrenceExceptions() 2549 excepValues = EventHelper.getNewExceptionValues(startMillis); in testSingleRecurrenceExceptions() 2550 excepValues.put(Events.DTSTART, startMillis + 3600*1000*2); in testSingleRecurrenceExceptions() 2551 long excepEventId3 = createAndVerifyException(account, eventId, excepValues, true); in testSingleRecurrenceExceptions() 2556 excepValues = EventHelper.getNewExceptionValues(startMillis); in testSingleRecurrenceExceptions() 2557 excepValues.put(Events.STATUS, Events.STATUS_CANCELED); in testSingleRecurrenceExceptions() 2558 long excepEventId4 = createAndVerifyException(account, eventId, excepValues, true); in testSingleRecurrenceExceptions() [all …]
|