Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java177 String selectionClause = null; in getContactsSize() local
179 selectionClause = Phone.STARRED + " = 1"; in getContactsSize()
183 new String[]{Phone.CONTACT_ID}, selectionClause, in getContactsSize()
581 String selectionClause = null; in composeAndSendPhonebookVcards() local
583 selectionClause = Phone.STARRED + " = 1"; in composeAndSendPhonebookVcards()
587 contactCursor = mResolver.query(myUri, PHONES_CONTACTS_PROJECTION, selectionClause, in composeAndSendPhonebookVcards()