Searched refs:mChildrenCursors (Results 1 – 1 of 1) sorted by relevance
92 private Map<String, Cursor> mChildrenCursors field in SelectSyncedCalendarsMultiAccountAdapter152 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()