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