Searched refs:contactIdsCursor (Results 1 – 1 of 1) sorted by relevance
821 final MatrixCursor contactIdsCursor = new MatrixCursor(new String[] {Phone.CONTACT_ID}); in filterByRange() local827 contactIdsCursor.addRow(new Long[] {currentContactId}); in filterByRange()833 return contactIdsCursor; in filterByRange()