Searched refs:mAllFolderListCursor (Results 1 – 1 of 1) sorted by relevance
885 private ObjectCursor<Folder> mAllFolderListCursor = null; field in FolderListFragment.FolderAdapter1062 if (mAllFolderListCursor != null) { in recalculateDividedListFolders()1066 if (mAllFolderListCursor.moveToFirst()) { in recalculateDividedListFolders()1069 final Folder f = mAllFolderListCursor.getModel(); in recalculateDividedListFolders()1076 } while (!currentFolderFound && mAllFolderListCursor.moveToNext()); in recalculateDividedListFolders()1179 mAllFolderListCursor = cursor; in setAllFolderListCursor()