Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java146 private static long WORK_EVENT_DTSTART = parseTimeStringToMillis( field in CalendarProvider2Test
3316 WORK_EVENT_DTSTART, WORK_EVENT_DTEND); in testEnterpriseInstancesGetCorrectValue()
3323 ContentUris.appendId(builder, WORK_EVENT_DTSTART - DateUtils.YEAR_IN_MILLIS); in testEnterpriseInstancesGetCorrectValue()
3341 assertEquals(WORK_EVENT_DTSTART, cursor.getLong(2)); in testEnterpriseInstancesGetCorrectValue()
3352 WORK_EVENT_DTSTART, WORK_EVENT_DTEND); in testEnterpriseInstancesContentSearch()
3359 ContentUris.appendId(builder, WORK_EVENT_DTSTART - DateUtils.YEAR_IN_MILLIS); in testEnterpriseInstancesContentSearch()
3388 WORK_EVENT_DTSTART, WORK_EVENT_DTEND); in testEnterpriseEventsGetCorrectValue()
3416 assertEquals(WORK_EVENT_DTSTART, cursor.getLong(3)); in testEnterpriseEventsGetCorrectValue()
3427 WORK_EVENT_DTSTART, WORK_EVENT_DTEND); in testEnterpriseEventsGetCorrectValueWithId()
3451 assertEquals(WORK_EVENT_DTSTART, cursor.getLong(3)); in testEnterpriseEventsGetCorrectValueWithId()
[all …]