Searched refs:CONTACT_ID (Results 1 - 25 of 40) sorted by relevance

12

/packages/apps/Contacts/src/com/android/contacts/
H A DGroupMemberLoader.java39 Data.CONTACT_ID, // 0
46 public static final int CONTACT_ID = 0; field in class:GroupMemberLoader.GroupEditorQuery
55 Data.CONTACT_ID, // 0
63 public static final int CONTACT_ID = 0; field in class:GroupMemberLoader.GroupDetailQuery
H A DContactTileLoaderFactory.java32 public final static int CONTACT_ID = 0; field in class:ContactTileLoaderFactory
H A DContactSaveService.java987 RawContacts.CONTACT_ID,
992 String SELECTION = RawContacts.CONTACT_ID + "=? OR " + RawContacts.CONTACT_ID + "=?";
995 int CONTACT_ID = 1; field in interface:ContactSaveService.JoinContactQuery
1039 if (c.getLong(JoinContactQuery.CONTACT_ID) == contactId1) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java110 " WHERE " + RawContacts.CONTACT_ID + "=?" +
277 + AggregatedPresenceColumns.CONTACT_ID + ", "
280 + " SELECT " + PresenceColumns.CONTACT_ID + ","
291 + " WHERE " + PresenceColumns.CONTACT_ID
293 + " AND " + PresenceColumns.CONTACT_ID
300 " WHERE " + RawContacts.CONTACT_ID + "=?"
309 " WHERE " + AggregatedPresenceColumns.CONTACT_ID + "=?");
335 + RawContacts.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID + " AND "
340 " SET " + RawContacts.CONTACT_ID + "=?, "
346 " SET " + RawContacts.CONTACT_ID
393 int CONTACT_ID = 1; field in interface:ContactAggregator.AggregationQuery
638 public static final int CONTACT_ID = 0; field in class:ContactAggregator.RawContactIdAndAccountQuery
1370 int CONTACT_ID = 0; field in interface:ContactAggregator.IdentityLookupMatchQuery
1414 int CONTACT_ID = 0; field in interface:ContactAggregator.NameLookupMatchQuery
1459 int CONTACT_ID = 0; field in interface:ContactAggregator.NameLookupMatchQueryWithParameter
1562 int CONTACT_ID = 0; field in interface:ContactAggregator.EmailLookupQuery
1605 int CONTACT_ID = 0; field in interface:ContactAggregator.PhoneLookupQuery
1662 int CONTACT_ID = 0; field in interface:ContactAggregator.ContactNameLookupQuery
1793 int CONTACT_ID = 11; field in interface:ContactAggregator.ContactReplaceSqlStatement
[all...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DSearchIndexManager.java59 Data.CONTACT_ID,
293 sb.append(RawContacts.CONTACT_ID + " IN (");
321 SearchIndexColumns.CONTACT_ID + " IN (SELECT " +
322 RawContacts.CONTACT_ID +
337 mSb.append(Data.CONTACT_ID + ", ");
392 mValues.put(SearchIndexColumns.CONTACT_ID, contactId);
H A DContactsDatabaseHelper.java301 + SettingsColumns.CONCRETE_ACCOUNT_TYPE + "," + RawContacts.CONTACT_ID;
332 " WHERE " + RawContacts.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID +
333 " GROUP BY " + RawContacts.CONTACT_ID;
404 Tables.RAW_CONTACTS + "." + RawContacts.CONTACT_ID;
545 String CONTACT_ID = "presence_contact_id"; field in interface:ContactsDatabaseHelper.PresenceColumns
549 String CONTACT_ID = "presence_contact_id"; field in interface:ContactsDatabaseHelper.AggregatedPresenceColumns
551 String CONCRETE_CONTACT_ID = Tables.AGGREGATED_PRESENCE + "." + CONTACT_ID;
641 public static final String CONTACT_ID = "contact_id"; field in class:ContactsDatabaseHelper.SearchIndexColumns
847 PresenceColumns.CONTACT_ID + " INTEGER REFERENCES contacts(_id)," +
858 + Tables.PRESENCE + " (" + PresenceColumns.CONTACT_ID
[all...]
H A DContactsProvider2.java248 " WHERE " + RawContacts.CONTACT_ID + "=?";
439 public static final int CONTACT_ID = 5; field in interface:ContactsProvider2.DataContactsQuery
465 + "(SELECT " + RawContacts.CONTACT_ID
519 + Data.CONTACT_ID + ", "
745 .add(RawContacts.CONTACT_ID)
768 .add(RawContacts.CONTACT_ID)
781 .add(Contacts.Entity.CONTACT_ID)
807 .add(Data.CONTACT_ID)
826 .add(RawContacts.CONTACT_ID)
983 .add(StreamItems.CONTACT_ID)
6298 int CONTACT_ID = 0; field in interface:ContactsProvider2.LookupBySourceIdQuery
6355 int CONTACT_ID = 0; field in interface:ContactsProvider2.LookupByRawContactIdQuery
6412 int CONTACT_ID = 0; field in interface:ContactsProvider2.LookupByDisplayNameQuery
[all...]
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListAdapter.java87 public static final int CONTACT_ID = 0; field in class:ContactListAdapter.ContactQuery
153 long contactId = cursor.getLong(ContactQuery.CONTACT_ID);
182 && getSelectedContactId() == cursor.getLong(ContactQuery.CONTACT_ID);
287 long contactId = cursor.getLong(ContactQuery.CONTACT_ID);
H A DPhoneNumberListAdapter.java59 Phone.CONTACT_ID, // 4
70 Phone.CONTACT_ID, // 4
H A DDefaultContactListAdapter.java198 ContactQuery.CONTACT_PHOTO_URI, ContactQuery.CONTACT_ID,
H A DJoinContactListAdapter.java201 long contactId = cursor.getLong(ContactQuery.CONTACT_ID);
H A DContactTileAdapter.java160 mIdIndex = GroupDetailQuery.CONTACT_ID;
167 mIdIndex = ContactTileLoaderFactory.CONTACT_ID;
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DAggregationSuggestionEngine.java267 + " AND " + Data.CONTACT_ID + " IN (";
271 Data.CONTACT_ID,
286 public static final int CONTACT_ID = 1; field in class:AggregationSuggestionEngine.DataQuery
326 DataQuery.COLUMNS, sb.toString(), null, Data.CONTACT_ID);
380 long contactId = mDataCursor.getLong(DataQuery.CONTACT_ID);
/packages/apps/VoiceDialer/src/com/android/voicedialer/
H A DVoiceContact.java123 Phone.CONTACT_ID,
140 final int personIdColumn = cursor.getColumnIndexOrThrow(Phone.CONTACT_ID);
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/
H A DContactsUtils.java278 new String[] {RawContacts.CONTACT_ID},
321 RawContacts.CONTACT_ID + "=" + contactId, null, null);
340 RawContacts.CONTACT_ID + "=" + contactId, null, null);
/packages/apps/Contacts/tests/src/com/android/contacts/interactions/
H A DContactDeletionInteractionTest.java142 Entity.RAW_CONTACT_ID, Entity.ACCOUNT_TYPE, Entity.DATA_SET, Entity.CONTACT_ID,
/packages/apps/Contacts/src/com/android/contacts/group/
H A DSuggestedMemberListAdapter.java55 RawContacts.CONTACT_ID, // 1
65 RawContacts.CONTACT_ID, // 1
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DConfirmAddDetailActivity.java176 RawContacts.CONTACT_ID,
180 final int CONTACT_ID = 0; field in interface:ConfirmAddDetailActivity.ExtraInfoQuery
356 ExtraInfoQuery.COLUMNS, RawContacts.CONTACT_ID + " = ?",
388 mSelection = RawContacts.CONTACT_ID + "=?";
393 mSelection = RawContacts.CONTACT_ID + "=?";
413 new String[] { RawContacts.CONTACT_ID },
H A DShowOrCreateActivity.java66 Email.CONTACT_ID,
/packages/apps/Contacts/src/com/android/contacts/model/
H A DContactLoader.java128 Contacts.Entity.CONTACT_ID,
200 public static final int CONTACT_ID = 13; field in class:ContactLoader.ContactQuery
501 final long contactId = cursor.getLong(ContactQuery.CONTACT_ID);
552 cursorColumnToContentValues(cursor, cv, ContactQuery.CONTACT_ID);
H A DRawContact.java178 return getValues().getAsLong(Contacts.Entity.CONTACT_ID);
/packages/apps/Contacts/tests/src/com/android/contacts/activities/
H A DPeopleActivityTest.java233 row1.put(Contacts.Entity.CONTACT_ID, contactId);
/packages/apps/Mms/src/com/android/mms/ui/
H A DRecipientsAdapter.java56 Phone.CONTACT_ID, // 1
204 result[1] = Long.valueOf(-1); // CONTACT_ID
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DContactLoader.java117 cursor = resolver.query(RawContactsEntity.CONTENT_URI, null, RawContacts.CONTACT_ID
/packages/apps/Contacts/tests/src/com/android/contacts/model/
H A DContactLoaderTest.java300 Contacts.Entity.CONTACT_ID,
384 .withProjection(RawContacts.CONTACT_ID, Contacts.LOOKUP_KEY)

Completed in 251 milliseconds

12