Searched refs:WORK_CALENDAR_COLOR (Results 1 – 1 of 1) sorted by relevance
142 private static int WORK_CALENDAR_COLOR = 0xFFFF0000; field in CalendarProvider2Test3342 assertEquals(WORK_CALENDAR_COLOR, cursor.getInt(3)); in testEnterpriseInstancesGetCorrectValue()3417 assertEquals(WORK_CALENDAR_COLOR, cursor.getInt(4)); in testEnterpriseEventsGetCorrectValue()3452 assertEquals(WORK_CALENDAR_COLOR, cursor.getInt(4)); in testEnterpriseEventsGetCorrectValueWithId()3489 assertEquals(WORK_CALENDAR_COLOR, cursor.getInt( in testEnterpriseEventsProjectionCalibration()3544 assertEquals(WORK_CALENDAR_COLOR, cursor.getInt(1)); in testEnterpriseCalendarGetCorrectValue()3568 assertEquals(WORK_CALENDAR_COLOR, cursor.getInt(1)); in testEnterpriseCalendarGetCorrectValueWithId()3593 assertEquals(WORK_CALENDAR_COLOR, cursor.getInt( in testEnterpriseCalendarsProjectionCalibration()3646 cv.put(Calendars.CALENDAR_COLOR, WORK_CALENDAR_COLOR); in insertWorkCalendar()