Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapUtils.java546 int indexCId = c.getColumnIndex(Data.CONTACT_ID); in fetchAndSetContacts() local
552 if (c.isNull(indexCId)) { in fetchAndSetContacts()
562 contactId = c.getString(indexCId); in fetchAndSetContacts()