Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java672 final MatrixCursor contactIdsCursor = new MatrixCursor(new String[]{ in filterByRange() local
680 contactIdsCursor.addRow(new Long[]{currentContactId}); in filterByRange()
688 return contactIdsCursor; in filterByRange()