Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java199 Cursor callCursor = null; in getCallHistorySize() local
201 callCursor = in getCallHistorySize()
210 if (callCursor != null) { in getCallHistorySize()
211 size = callCursor.getCount(); in getCallHistorySize()
221 if (callCursor != null) { in getCallHistorySize()
222 callCursor.close(); in getCallHistorySize()
223 callCursor = null; in getCallHistorySize()
239 Cursor callCursor = null; in loadCallHistoryList() local
242 callCursor = in loadCallHistoryList()
251 if (callCursor != null) { in loadCallHistoryList()
[all …]