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.java1954 verifyColorExists(accountName, accountType, color_index, Colors.TYPE_EVENT); in handleInsertException()
2414 int color = verifyColorExists(accountName, accountType, color_id, in insertInTransactionInner()
2493 int color = verifyColorExists(accountName, accountType, cal_color_id, in insertInTransactionInner()
4083 verifyColorExists(accountName, accountType, color_id, Colors.TYPE_EVENT); in handleUpdateEvents()
4309 verifyColorExists(accountName, accountType, color_id, Colors.TYPE_CALENDAR); in updateInTransactionInner()
4501 private int verifyColorExists(String accountName, String accountType, String colorIndex, in verifyColorExists() method in CalendarProvider2