Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java3387 final long idToTest = insertWorkEvent(WORK_EVENT_TITLE, calendarId, in testEnterpriseEventsGetCorrectValue() local
3413 assertEquals(idToTest, cursor.getLong(0)); in testEnterpriseEventsGetCorrectValue()
3426 final long idToTest = insertWorkEvent(WORK_EVENT_TITLE, calendarId, in testEnterpriseEventsGetCorrectValueWithId() local
3442 ContentUris.withAppendedId(Events.ENTERPRISE_CONTENT_URI, idToTest), in testEnterpriseEventsGetCorrectValueWithId()
3448 assertEquals(idToTest, cursor.getLong(0)); in testEnterpriseEventsGetCorrectValueWithId()
3462 final long idToTest = insertWorkEvent(WORK_EVENT_TITLE, calendarId, in testEnterpriseEventsProjectionCalibration() local
3485 assertEquals(idToTest, cursor.getLong( in testEnterpriseEventsProjectionCalibration()
3522 final long idToTest = insertWorkCalendar(WORK_CALENDAR_TITLE); in testEnterpriseCalendarGetCorrectValue() local
3543 assertEquals(idToTest, cursor.getLong(0)); in testEnterpriseCalendarGetCorrectValue()
3550 final long idToTest = insertWorkCalendar(WORK_CALENDAR_TITLE); in testEnterpriseCalendarGetCorrectValueWithId() local
[all …]