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

  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactManager.java 109 String selection = ContactsContract.Contacts.IN_VISIBLE_GROUP + " = '" +
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
GroupsTest.java 241 Contacts.IN_VISIBLE_GROUP
251 Contacts._ID + "=" + contactId + " AND " + Contacts.IN_VISIBLE_GROUP + "="
LegacyContactImporterTest.java 173 Contacts.IN_VISIBLE_GROUP,
ContactsProvider2Test.java     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 474 /** Compiled statements for updating {@link Contacts#IN_VISIBLE_GROUP}. */
547 " SET " + Contacts.IN_VISIBLE_GROUP + "=(" + Clauses.CONTACT_IS_VISIBLE + ")" +
552 "SELECT " + Contacts.IN_VISIBLE_GROUP +
    [all...]
LegacyContactImporter.java 432 Contacts.IN_VISIBLE_GROUP +
442 int IN_VISIBLE_GROUP = 8;
588 insert.bindLong(ContactsInsert.IN_VISIBLE_GROUP, 1);
    [all...]
GlobalSearchSupport.java 347 * Prepending "+" to the IN_VISIBLE_GROUP column disables the index on the
351 * from the IN_VISIBLE_GROUP index. Typing the second letter will narrow
356 sb.append(" AND " + "+" + Contacts.IN_VISIBLE_GROUP + "=1");
ContactsProvider2.java 525 sContactsProjectionMap.put(Contacts.IN_VISIBLE_GROUP, Contacts.IN_VISIBLE_GROUP);
    [all...]
ContactAggregator.java     [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothAtPhonebook.java 64 private static final String VISIBLE_PHONEBOOK_WHERE = Phone.IN_VISIBLE_GROUP + "=1";
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java 107 private static final String CLAUSE_ONLY_VISIBLE = Contacts.IN_VISIBLE_GROUP + "=1";
  /frameworks/base/core/java/android/provider/
ContactsContract.java 384 public static final String IN_VISIBLE_GROUP = "in_visible_group";
737 * <td>{@link #IN_VISIBLE_GROUP}</td>
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactsListActivity.java 459 private static final String CLAUSE_ONLY_VISIBLE = Contacts.IN_VISIBLE_GROUP + "=1";
    [all...]
  /prebuilt/sdk/6/
android.jar 

Completed in 1119 milliseconds