Searched refs:callCursor (Results 1 – 1 of 1) sorted by relevance
192 Cursor callCursor = null; in getCallHistorySize() local194 callCursor = in getCallHistorySize()196 if (callCursor != null) { in getCallHistorySize()197 size = callCursor.getCount(); in getCallHistorySize()202 if (callCursor != null) { in getCallHistorySize()203 callCursor.close(); in getCallHistorySize()204 callCursor = null; in getCallHistorySize()222 Cursor callCursor = null; in loadCallHistoryList() local225 callCursor = mResolver.query(myUri, projection, selection, null, CALLLOG_SORT_ORDER); in loadCallHistoryList()226 if (callCursor != null) { in loadCallHistoryList()[all …]