Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java95 static final String[] CONTACTS_PROJECTION = new String[] { field in BluetoothPbapVcardManager
217 contactCursor = mResolver.query(myUri, CONTACTS_PROJECTION, CLAUSE_ONLY_VISIBLE, in getPhonebookNameList()
220 contactCursor = mResolver.query(myUri, CONTACTS_PROJECTION, CLAUSE_ONLY_VISIBLE, in getPhonebookNameList()
341 contactCursor = mResolver.query(myUri, CONTACTS_PROJECTION, CLAUSE_ONLY_VISIBLE, null, in composeAndSendPhonebookVcards()
386 contactCursor = mResolver.query(myUri, CONTACTS_PROJECTION, CLAUSE_ONLY_VISIBLE, in composeAndSendPhonebookOneVcard()
400 contactCursor = mResolver.query(myUri, CONTACTS_PROJECTION, CLAUSE_ONLY_VISIBLE, in composeAndSendPhonebookOneVcard()
/packages/apps/Contacts/src/com/android/contacts/ui/
DShowOrCreateActivity.java66 static final String[] CONTACTS_PROJECTION = new String[] { field in ShowOrCreateActivity
125 mQueryHandler.startQuery(QUERY_TOKEN, null, uri, CONTACTS_PROJECTION, null, null, null); in onCreate()