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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 191 final String RAW_CONTACT_IS_LOCAL = RawContactsColumns.CONCRETE_ACCOUNT_NAME
192 + " IS NULL AND " + RawContactsColumns.CONCRETE_ACCOUNT_TYPE + " IS NULL";
210 " WHERE " + RawContactsColumns.CONCRETE_ID + "=" + OUTER_RAW_CONTACTS_ID + "))" +
243 public interface RawContactsColumns {
559 " SET " + RawContactsColumns.CONTACT_IN_VISIBLE_GROUP + "=(CASE WHEN ("
562 " AND " + RawContactsColumns.CONTACT_IN_VISIBLE_GROUP + "!=("
568 " SET " + RawContactsColumns.CONTACT_IN_VISIBLE_GROUP + "=("
    [all...]
ContactAggregator.java 27 import com.android.providers.contacts.ContactsDatabaseHelper.RawContactsColumns;
236 " SET " + RawContactsColumns.AGGREGATION_NEEDED + "=1" +
238 + " AND " + RawContactsColumns.AGGREGATION_NEEDED + "=0");
274 + RawContactsColumns.AGGREGATION_NEEDED + "=0" +
284 " SET " + RawContactsColumns.AGGREGATION_NEEDED + "=0" +
630 "raw_contacts1." + RawContactsColumns.AGGREGATION_NEEDED,
632 "raw_contacts2." + RawContactsColumns.AGGREGATION_NEEDED,
    [all...]
GlobalSearchSupport.java 23 import com.android.providers.contacts.ContactsDatabaseHelper.RawContactsColumns;
89 "name_raw_contact." + RawContactsColumns.DISPLAY_NAME
LegacyContactImporter.java 22 import com.android.providers.contacts.ContactsDatabaseHelper.RawContactsColumns;
402 RawContactsColumns.DISPLAY_NAME + "," +
403 RawContactsColumns.CONTACT_IN_VISIBLE_GROUP +
    [all...]
ContactsProvider2.java 34 import com.android.providers.contacts.ContactsDatabaseHelper.RawContactsColumns;
251 RawContactsColumns.CONCRETE_ID,
318 + " WHERE " + RawContactsColumns.CONCRETE_ID + " IN "
    [all...]
LegacyApiSupport.java 25 import com.android.providers.contacts.ContactsDatabaseHelper.RawContactsColumns;
558 Tables.RAW_CONTACTS + "." + RawContactsColumns.DISPLAY_NAME
593 RawContactsColumns.CONCRETE_ID
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /prebuilt/sdk/6/
android.jar 

Completed in 142 milliseconds