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.java192 Cursor callCursor = null; in getCallHistorySize() local
194 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() local
225 callCursor = mResolver.query(myUri, projection, selection, null, CALLLOG_SORT_ORDER); in loadCallHistoryList()
226 if (callCursor != null) { in loadCallHistoryList()
[all …]