Searched refs:selectionClause (Results 1 – 1 of 1) sorted by relevance
177 String selectionClause = null; in getContactsSize() local179 selectionClause = Phone.STARRED + " = 1"; in getContactsSize()183 new String[]{Phone.CONTACT_ID}, selectionClause, in getContactsSize()581 String selectionClause = null; in composeAndSendPhonebookVcards() local583 selectionClause = Phone.STARRED + " = 1"; in composeAndSendPhonebookVcards()587 contactCursor = mResolver.query(myUri, PHONES_CONTACTS_PROJECTION, selectionClause, in composeAndSendPhonebookVcards()