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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 182 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID
189 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID
209 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=(SELECT "
224 + " ON (" + RawContactsColumns.CONCRETE_CONTACT_ID + "="
230 + DataColumns.CONCRETE_RAW_CONTACT_ID + "=" + RawContactsColumns.CONCRETE_ID
247 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID
271 + AccountsColumns.CONCRETE_ID + "=" + RawContactsColumns.CONCRETE_ACCOUNT_ID
320 final String RAW_CONTACT_IS_LOCAL = RawContactsColumns.CONCRETE_ACCOUNT_ID
339 " WHERE " + RawContactsColumns.CONCRETE_ID + "=" + OUTER_RAW_CONTACTS_ID + "))" +
380 public interface RawContactsColumns {
    [all...]
DataRowHandlerForGroupMembership.java 31 import com.android.providers.contacts.ContactsDatabaseHelper.RawContactsColumns;
49 RawContactsColumns.ACCOUNT_ID,
195 RawContactsColumns.CONCRETE_ID + "=?", mSelectionArgs1, null, null, null);
SearchIndexManager.java 34 import com.android.providers.contacts.ContactsDatabaseHelper.RawContactsColumns;
309 sb.append(RawContactsColumns.CONCRETE_ID + " IN (");
ContactsProvider2.java 133 import com.android.providers.contacts.ContactsDatabaseHelper.RawContactsColumns;
416 RawContactsColumns.CONCRETE_ID + "=? AND "
417 + GroupsColumns.CONCRETE_ACCOUNT_ID + "=" + RawContactsColumns.CONCRETE_ACCOUNT_ID
421 RawContactsColumns.CONCRETE_ID + "=? AND "
422 + GroupsColumns.CONCRETE_ACCOUNT_ID + "=" + RawContactsColumns.CONCRETE_ACCOUNT_ID
440 + AccountsColumns.CONCRETE_ID + "=" + RawContactsColumns.CONCRETE_ACCOUNT_ID
445 RawContactsColumns.CONCRETE_ID,
466 RawContactsColumns.ACCOUNT_ID,
486 + " WHERE " + RawContactsColumns.CONCRETE_ID + " IN "
    [all...]
LegacyApiSupport.java 64 import com.android.providers.contacts.ContactsDatabaseHelper.RawContactsColumns;
123 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID + ")"
563 Tables.RAW_CONTACTS + "." + RawContactsColumns.DISPLAY_NAME
598 RawContactsColumns.CONCRETE_ID
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 53 import com.android.providers.contacts.ContactsDatabaseHelper.RawContactsColumns;
113 + RawContactsColumns.CONCRETE_ID + ")" +
314 " SET " + RawContactsColumns.AGGREGATION_NEEDED + "=1" +
316 + " AND " + RawContactsColumns.AGGREGATION_NEEDED + "=0");
348 + RawContactsColumns.AGGREGATION_NEEDED + "=0" +
358 " SET " + RawContactsColumns.AGGREGATION_NEEDED + "=0" +
400 ", " + RawContactsColumns.ACCOUNT_ID +
585 * - Set {@link RawContactsColumns#AGGREGATION_NEEDED} For all visible raw_contacts with
595 RawContactsColumns.AGGREGATION_NEEDED + "=1" +
603 " WHERE " + RawContactsColumns.AGGREGATION_NEEDED + "=1", null)
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 78 import com.android.providers.contacts.ContactsDatabaseHelper.RawContactsColumns;
310 RawContactsColumns.PHONEBOOK_LABEL_PRIMARY,
311 RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY,
312 RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE,
313 RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE,
    [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 51 milliseconds