Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapVcardManager.java207 Cursor callCursor = null; in getCallHistorySize() local
209 callCursor = in getCallHistorySize()
218 callCursor.close(); in getCallHistorySize()
219 callCursor = null; in getCallHistorySize()
237 Cursor callCursor = null; in loadCallHistoryList() local
242 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() local
472 while (callCursor != null && callCursor.moveToNext()) { in getCallHistoryPrimaryFolderVersion()
[all …]