Home
last modified time | relevance | path

Searched refs:callCursor (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java207 Cursor callCursor = null; in getCallHistorySize() local
209 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() local
240 callCursor = mResolver.query(myUri, projection, selection, null, CALLLOG_SORT_ORDER); in loadCallHistoryList()
241 if (callCursor != null) { in loadCallHistoryList()
[all …]