Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java88 static final String[] CONTACTS_PROJECTION = new String[] { field in BluetoothPbapVcardManager
266 contactCursor = mResolver.query(myUri, CONTACTS_PROJECTION, CLAUSE_ONLY_VISIBLE, in getPhonebookNameList()
270 contactCursor = mResolver.query(myUri, CONTACTS_PROJECTION, CLAUSE_ONLY_VISIBLE, in getPhonebookNameList()
310 contactCursor = mResolver.query(uri, CONTACTS_PROJECTION, CLAUSE_ONLY_VISIBLE, in getContactNamesByNumber()
421 contactCursor = mResolver.query(myUri, CONTACTS_PROJECTION, CLAUSE_ONLY_VISIBLE, null, in composeAndSendPhonebookVcards()
471 contactCursor = mResolver.query(myUri, CONTACTS_PROJECTION, CLAUSE_ONLY_VISIBLE, in composeAndSendPhonebookOneVcard()
488 contactCursor = mResolver.query(myUri, CONTACTS_PROJECTION, CLAUSE_ONLY_VISIBLE, in composeAndSendPhonebookOneVcard()
/packages/apps/Contacts/src/com/android/contacts/activities/
DShowOrCreateActivity.java66 static final String[] CONTACTS_PROJECTION = new String[] { field in ShowOrCreateActivity
127 mQueryHandler.startQuery(QUERY_TOKEN, null, uri, CONTACTS_PROJECTION, null, null, null); in onCreate()
/packages/apps/Calendar/src/com/android/calendar/event/
DEventLocationAdapter.java99 private static final String[] CONTACTS_PROJECTION = new String[] { field in EventLocationAdapter
369 CONTACTS_PROJECTION, where, whereArgs, Contacts.DISPLAY_NAME + " ASC"); in queryContacts()