Searched refs:cursorSize (Results 1 – 2 of 2) sorted by relevance
60 final int cursorSize = cursor.getCount(); in EmailMessageCursor() local61 mHtmlParts = new SparseArray<String>(cursorSize); in EmailMessageCursor()62 mTextParts = new SparseArray<String>(cursorSize); in EmailMessageCursor()
994 int cursorSize = cursor.getCount(); in onQueryComplete() local995 if (cursorSize > 0 || mAdapterInfos.isEmpty() || data.queryType == QUERY_TYPE_CLEAN) { in onQueryComplete()1111 if (cursorSize != 0) { in onQueryComplete()