Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
DSelectSyncedCalendarsMultiAccountAdapter.java327 colorSquare.setEnabled(mCache.hasColors(accountName, accountType)); in bindChildView()
347 if (!mCache.hasColors(accountName, accountType)) { in bindChildView()
DCalendarColorCache.java91 public boolean hasColors(String accountName, String accountType) { in hasColors() method in CalendarColorCache
DSelectCalendarsSyncAdapter.java217 return mCache.hasColors(mData[position].accountName, mData[position].accountType); in hasMoreColors()
DSelectCalendarsSimpleAdapter.java331 return mCache.hasColors(mData[position].accountName, mData[position].accountType); in hasMoreColors()