HomeSort by relevance Sort by last modified time
    Searched refs:CONTACTS_PROJECTION (Results 1 - 4 of 4) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/view/
ExpandableList2.java 36 private static final String[] CONTACTS_PROJECTION = new String[] {
125 mQueryHandler.startQuery(TOKEN_GROUP, null, Contacts.CONTENT_URI, CONTACTS_PROJECTION,
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java 87 static final String[] CONTACTS_PROJECTION = new String[] {
256 contactCursor = mResolver.query(myUri, CONTACTS_PROJECTION, CLAUSE_ONLY_VISIBLE,
260 contactCursor = mResolver.query(myUri, CONTACTS_PROJECTION, CLAUSE_ONLY_VISIBLE,
295 contactCursor = mResolver.query(uri, CONTACTS_PROJECTION, CLAUSE_ONLY_VISIBLE,
391 contactCursor = mResolver.query(myUri, CONTACTS_PROJECTION, CLAUSE_ONLY_VISIBLE, null,
436 contactCursor = mResolver.query(myUri, CONTACTS_PROJECTION, CLAUSE_ONLY_VISIBLE,
450 contactCursor = mResolver.query(myUri, CONTACTS_PROJECTION, CLAUSE_ONLY_VISIBLE,
  /packages/apps/Contacts/src/com/android/contacts/activities/
ShowOrCreateActivity.java 65 static final String[] CONTACTS_PROJECTION = new String[] {
126 mQueryHandler.startQuery(QUERY_TOKEN, null, uri, CONTACTS_PROJECTION, null, null, null);
  /packages/apps/Calendar/src/com/android/calendar/event/
EventLocationAdapter.java 99 private static final String[] CONTACTS_PROJECTION = new String[] {
369 CONTACTS_PROJECTION, where, whereArgs, Contacts.DISPLAY_NAME + " ASC");

Completed in 2562 milliseconds