Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
DSelectSyncedCalendarsMultiAccountAdapter.java92 private Map<String, Cursor> mChildrenCursors field in SelectSyncedCalendarsMultiAccountAdapter
152 synchronized(mChildrenCursors) { in onQueryComplete()
159 Cursor currentCursor = mChildrenCursors.get(cookie); in onQueryComplete()
173 mChildrenCursors.put((String)cookie, newCursor); in onQueryComplete()
407 Cursor childCursor = mChildrenCursors.get(accountType + "#" + account); in getChildrenCursor()
425 synchronized (mChildrenCursors) { in closeChildrenCursors()
426 for (String key : mChildrenCursors.keySet()) { in closeChildrenCursors()
427 Cursor cursor = mChildrenCursors.get(key); in closeChildrenCursors()
432 mChildrenCursors.clear(); in closeChildrenCursors()