Searched refs:callCursor (Results 1 – 1 of 1) sorted by relevance
207 Cursor callCursor = null; in getCallHistorySize() local209 callCursor = in getCallHistorySize()218 callCursor.close(); in getCallHistorySize()219 callCursor = null; in getCallHistorySize()237 Cursor callCursor = null; in loadCallHistoryList() local242 for (callCursor.moveToFirst(); !callCursor.isAfterLast(); callCursor.moveToNext()) { in loadCallHistoryList()261 callCursor.close(); in loadCallHistoryList()262 callCursor = null; in loadCallHistoryList()466 Cursor callCursor = null; in getCallHistoryPrimaryFolderVersion() local472 while (callCursor != null && callCursor.moveToNext()) { in getCallHistoryPrimaryFolderVersion()[all …]