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.java1932 verifyColorExists(accountName, accountType, color_index, Colors.TYPE_EVENT); in handleInsertException()
2392 int color = verifyColorExists(accountName, accountType, color_id, in insertInTransactionInner()
2471 int color = verifyColorExists(accountName, accountType, cal_color_id, in insertInTransactionInner()
4061 verifyColorExists(accountName, accountType, color_id, Colors.TYPE_EVENT); in handleUpdateEvents()
4287 verifyColorExists(accountName, accountType, color_id, Colors.TYPE_CALENDAR); in updateInTransactionInner()
4479 private int verifyColorExists(String accountName, String accountType, String colorIndex, in verifyColorExists() method in CalendarProvider2