Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java821 final MatrixCursor contactIdsCursor = new MatrixCursor(new String[] {Phone.CONTACT_ID}); in filterByRange() local
827 contactIdsCursor.addRow(new Long[] {currentContactId}); in filterByRange()
833 return contactIdsCursor; in filterByRange()