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.java1930 verifyColorExists(accountName, accountType, color_index, Colors.TYPE_EVENT); in handleInsertException()
2390 int color = verifyColorExists(accountName, accountType, color_id, in insertInTransactionInner()
2469 int color = verifyColorExists(accountName, accountType, cal_color_id, in insertInTransactionInner()
4059 verifyColorExists(accountName, accountType, color_id, Colors.TYPE_EVENT); in handleUpdateEvents()
4285 verifyColorExists(accountName, accountType, color_id, Colors.TYPE_CALENDAR); in updateInTransactionInner()
4477 private int verifyColorExists(String accountName, String accountType, String colorIndex, in verifyColorExists() method in CalendarProvider2