Searched refs:CONTACT_ID (Results 1 - 25 of 42) 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.java861 RawContacts.CONTACT_ID,
866 String SELECTION = RawContacts.CONTACT_ID + "=? OR " + RawContacts.CONTACT_ID + "=?";
869 int CONTACT_ID = 1; field in interface:ContactSaveService.JoinContactQuery
913 if (c.getLong(JoinContactQuery.CONTACT_ID) == contactId1) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactAggregator.java96 " WHERE " + RawContacts.CONTACT_ID + "=?" +
264 + AggregatedPresenceColumns.CONTACT_ID + ", "
267 + " SELECT " + PresenceColumns.CONTACT_ID + ","
278 + " WHERE " + PresenceColumns.CONTACT_ID
280 + " AND " + PresenceColumns.CONTACT_ID
287 " WHERE " + RawContacts.CONTACT_ID + "=?"
296 " WHERE " + AggregatedPresenceColumns.CONTACT_ID + "=?");
322 + RawContacts.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID + " AND "
327 " SET " + RawContacts.CONTACT_ID + "=?, "
333 " SET " + RawContacts.CONTACT_ID
381 int CONTACT_ID = 1; field in interface:ContactAggregator.AggregationQuery
574 public static final int CONTACT_ID = 0; field in class:ContactAggregator.RawContactIdAndAccountQuery
1212 int CONTACT_ID = 0; field in interface:ContactAggregator.IdentityLookupMatchQuery
1256 int CONTACT_ID = 0; field in interface:ContactAggregator.NameLookupMatchQuery
1301 int CONTACT_ID = 0; field in interface:ContactAggregator.NameLookupMatchQueryWithParameter
1404 int CONTACT_ID = 0; field in interface:ContactAggregator.EmailLookupQuery
1447 int CONTACT_ID = 0; field in interface:ContactAggregator.PhoneLookupQuery
1503 int CONTACT_ID = 0; field in interface:ContactAggregator.ContactNameLookupQuery
1631 int CONTACT_ID = 11; field in interface:ContactAggregator.ContactReplaceSqlStatement
[all...]
H A DSearchIndexManager.java51 Data.CONTACT_ID,
257 mSb.append(Data.CONTACT_ID + " IN (");
283 mSb.append(Data.CONTACT_ID + ", ");
342 SearchIndexColumns.CONTACT_ID + "=CAST(? AS int)", mSelectionArgs1);
344 mValues.put(SearchIndexColumns.CONTACT_ID, contactId);
348 mValues.put(SearchIndexColumns.CONTACT_ID, contactId);
H A DContactsDatabaseHelper.java273 + SettingsColumns.CONCRETE_ACCOUNT_TYPE + "," + RawContacts.CONTACT_ID;
297 " WHERE " + RawContacts.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID +
298 " GROUP BY " + RawContacts.CONTACT_ID;
379 Tables.RAW_CONTACTS + "." + RawContacts.CONTACT_ID;
516 String CONTACT_ID = "presence_contact_id"; field in interface:ContactsDatabaseHelper.PresenceColumns
520 String CONTACT_ID = "presence_contact_id"; field in interface:ContactsDatabaseHelper.AggregatedPresenceColumns
522 String CONCRETE_CONTACT_ID = Tables.AGGREGATED_PRESENCE + "." + CONTACT_ID;
606 public static final String CONTACT_ID = "contact_id"; field in class:ContactsDatabaseHelper.SearchIndexColumns
786 PresenceColumns.CONTACT_ID + " INTEGER REFERENCES contacts(_id)," +
797 + Tables.PRESENCE + " (" + PresenceColumns.CONTACT_ID
[all...]
H A DContactsProvider2.java249 " (" + RawContacts.TIMES_CONTACTED + " + 1) END WHERE " + RawContacts.CONTACT_ID + "=?";
447 public static final int CONTACT_ID = 5; field in interface:ContactsProvider2.DataContactsQuery
471 + "(SELECT " + RawContacts.CONTACT_ID
522 + Data.CONTACT_ID + ", "
741 .add(RawContacts.CONTACT_ID)
764 .add(RawContacts.CONTACT_ID)
777 .add(Contacts.Entity.CONTACT_ID)
803 .add(Data.CONTACT_ID)
822 .add(RawContacts.CONTACT_ID)
997 .add(StreamItems.CONTACT_ID)
6226 int CONTACT_ID = 0; field in interface:ContactsProvider2.LookupBySourceIdQuery
6283 int CONTACT_ID = 0; field in interface:ContactsProvider2.LookupByRawContactIdQuery
6340 int CONTACT_ID = 0; field in interface:ContactsProvider2.LookupByDisplayNameQuery
[all...]
H A DSocialProvider.java95 columns.put(RawContacts.CONTACT_ID, RawContacts.CONTACT_ID);
363 + " FROM " + Tables.RAW_CONTACTS + " WHERE " + RawContacts.CONTACT_ID + "="
H A DLegacyContactImporter.java393 RawContacts.CONTACT_ID + "," +
409 int CONTACT_ID = 2; field in interface:LegacyContactImporter.RawContactsInsert
538 insert.bindLong(RawContactsInsert.CONTACT_ID, id);
953 int CONTACT_ID = 1; field in interface:LegacyContactImporter.HasPhoneNumberUpdate
1005 hasPhoneUpdate.bindLong(HasPhoneNumberUpdate.CONTACT_ID, id);
1043 int CONTACT_ID = 2; field in interface:LegacyContactImporter.PhotoIdUpdate
1082 photoIdUpdate.bindLong(PhotoIdUpdate.CONTACT_ID, personId);
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListAdapter.java88 public static final int CONTACT_ID = 0; field in class:ContactListAdapter.ContactQuery
154 long contactId = cursor.getLong(ContactQuery.CONTACT_ID);
183 && getSelectedContactId() == cursor.getLong(ContactQuery.CONTACT_ID);
288 long contactId = cursor.getLong(ContactQuery.CONTACT_ID);
H A DDefaultContactListAdapter.java178 + "SELECT DISTINCT " + RawContacts.CONTACT_ID
212 ContactQuery.CONTACT_ID, ContactQuery.CONTACT_LOOKUP_KEY);
H A DPhoneNumberListAdapter.java51 Phone.CONTACT_ID, // 4
62 Phone.CONTACT_ID, // 4
H A DJoinContactListAdapter.java194 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/Contacts/src/com/android/contacts/activities/
H A DConfirmAddDetailActivity.java157 RawContacts.CONTACT_ID,
161 final int CONTACT_ID = 0; field in interface:ConfirmAddDetailActivity.ExtraInfoQuery
338 ExtraInfoQuery.COLUMNS, RawContacts.CONTACT_ID + " = ?",
370 mSelection = RawContacts.CONTACT_ID + "=?";
375 mSelection = RawContacts.CONTACT_ID + "=?";
395 new String[] { RawContacts.CONTACT_ID },
H A DAttachPhotoActivity.java190 RawContacts.CONTACT_ID + "=" + contactId, null, null);
H A DShowOrCreateActivity.java67 Email.CONTACT_ID,
/packages/apps/VoiceDialer/src/com/android/voicedialer/
H A DVoiceContact.java116 Phone.CONTACT_ID,
131 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/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

Completed in 190 milliseconds

12