Searched refs:callCursor (Results 1 – 1 of 1) sorted by relevance
207 Cursor callCursor = null; in getCallHistorySize() local209 callCursor = in getCallHistorySize()211 if (callCursor != null) { in getCallHistorySize()212 size = callCursor.getCount(); in getCallHistorySize()217 if (callCursor != null) { in getCallHistorySize()218 callCursor.close(); in getCallHistorySize()219 callCursor = null; in getCallHistorySize()237 Cursor callCursor = null; in loadCallHistoryList() local240 callCursor = mResolver.query(myUri, projection, selection, null, CALLLOG_SORT_ORDER); in loadCallHistoryList()241 if (callCursor != null) { in loadCallHistoryList()[all …]