Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java1783 verifyColorExists(accountName, accountType, color_index, Colors.TYPE_EVENT); in handleInsertException()
2175 int color = verifyColorExists(accountName, accountType, color_id, in insertInTransaction()
2254 int color = verifyColorExists(accountName, accountType, cal_color_id, in insertInTransaction()
3804 verifyColorExists(accountName, accountType, color_id, Colors.TYPE_EVENT); in handleUpdateEvents()
4016 verifyColorExists(accountName, accountType, color_id, Colors.TYPE_CALENDAR); in updateInTransaction()
4217 private int verifyColorExists(String accountName, String accountType, String colorIndex, in verifyColorExists() method in CalendarProvider2