Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/event/
DCreateEventDialogFragment.java306 int colorIndex = cursor.getColumnIndexOrThrow(Calendars.CALENDAR_COLOR); in setCalendarFields() local
314 .getInt(colorIndex))); in setCalendarFields()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java2268 String colorIndex = values.getAsString(Colors.COLOR_KEY); in insertInTransaction() local
2273 if (TextUtils.isEmpty(colorIndex)) { in insertInTransaction()
2290 c = getColorByTypeIndex(accountName, accountType, colorType, colorIndex); in insertInTransaction()
2293 + " and index " + colorIndex in insertInTransaction()
2675 String colorIndex) { in getColorByTypeIndex() argument
2677 accountName, accountType, Long.toString(colorType), colorIndex in getColorByTypeIndex()
4217 private int verifyColorExists(String accountName, String accountType, String colorIndex, in verifyColorExists() argument
4226 c = getColorByTypeIndex(accountName, accountType, colorType, colorIndex); in verifyColorExists()
4229 + colorIndex + " does not exist for account."); in verifyColorExists()