HomeSort by relevance Sort by last modified time
    Searched refs:RAW_CONTACT_ID (Results 26 - 50 of 57) sorted by null

12 3

  /packages/apps/Contacts/tests/src/com/android/contacts/interactions/
ContactDeletionInteractionTest.java 142 Entity.RAW_CONTACT_ID, Entity.ACCOUNT_TYPE, Entity.DATA_SET, Entity.CONTACT_ID,
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsActor.java 389 values.put(Data.RAW_CONTACT_ID, contactId);
403 values.put(Data.RAW_CONTACT_ID, contactId);
419 values.put(Data.RAW_CONTACT_ID, contactId);
501 values.put(Data.RAW_CONTACT_ID, rawContactId);
ContactsProvider2Test.java 323 Data.RAW_CONTACT_ID,
486 Contacts.Entity.RAW_CONTACT_ID,
724 PresenceColumns.RAW_CONTACT_ID,
    [all...]
GlobalSearchSupportTest.java 57 mResolver.delete(Data.CONTENT_URI, Data.RAW_CONTACT_ID + "=" + rawContactId
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_TestDataBuilder.java 329 mValues.put(Data.RAW_CONTACT_ID, mRawContact.getId());
334 return getLong(Data.RAW_CONTACT_ID);
ContactsContract_StatusUpdatesTest.java 55 .withValueBackReference(Data.RAW_CONTACT_ID, 0)
ContactsContract_DataTest.java 137 Data.RAW_CONTACT_ID + "=?", new String[] {String.valueOf(rawContact.getId())},
248 sb.append(Data.RAW_CONTACT_ID + " in ");
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactOperations.java 364 mValues.put(Phone.RAW_CONTACT_ID, mRawContactId);
370 builder.withValueBackReference(Data.RAW_CONTACT_ID, mBackReference);
ContactManager.java 618 values.put(StreamItems.RAW_CONTACT_ID, rawContactId);
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForStructuredName.java 69 final long rawContactId = c.getLong(DataUpdateQuery.RAW_CONTACT_ID);
101 long rawContactId = c.getLong(DataDeleteQuery.RAW_CONTACT_ID);
ContactsProvider2.java 384 INSERT_URI_ID_VALUE_MAP.put(DATA, Data.RAW_CONTACT_ID);
385 INSERT_URI_ID_VALUE_MAP.put(RAW_CONTACTS_ID_DATA, Data.RAW_CONTACT_ID);
387 INSERT_URI_ID_VALUE_MAP.put(STREAM_ITEMS, StreamItems.RAW_CONTACT_ID);
388 INSERT_URI_ID_VALUE_MAP.put(RAW_CONTACTS_ID_STREAM_ITEMS, StreamItems.RAW_CONTACT_ID);
424 + "AND " + GroupMembership.RAW_CONTACT_ID + "=?";
432 + "JOIN raw_contacts ON (data.raw_contact_id = raw_contacts._id) "
447 public static final int RAW_CONTACT_ID = 0;
551 Data.RAW_CONTACT_ID,
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java 164 builder.withValueBackReference(StructuredName.RAW_CONTACT_ID, backReferenceIndex);
324 builder.withValueBackReference(Phone.RAW_CONTACT_ID, backReferenceIndex);
414 builder.withValueBackReference(Email.RAW_CONTACT_ID, backReferenceIndex);
557 builder.withValueBackReference(StructuredPostal.RAW_CONTACT_ID, backReferenceIndex);
780 builder.withValueBackReference(Organization.RAW_CONTACT_ID, backReferenceIndex);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
ContactLoader.java 130 Contacts.Entity.RAW_CONTACT_ID,
202 public static final int RAW_CONTACT_ID = 14;
357 Contacts.Entity.RAW_CONTACT_ID);
381 long rawContactId = cursor.getLong(ContactQuery.RAW_CONTACT_ID);
539 cv.put(RawContacts._ID, cursor.getLong(ContactQuery.RAW_CONTACT_ID));
    [all...]
RawContactDelta.java 463 builder.withValueBackReference(Data.RAW_CONTACT_ID, firstIndex);
466 builder.withValue(Data.RAW_CONTACT_ID, beforeId);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregatorTest.java     [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/model/
ContactLoaderTest.java 301 Contacts.Entity.RAW_CONTACT_ID,
330 .withSortOrder(Contacts.Entity.RAW_CONTACT_ID)
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDelta.java 401 builder.withValueBackReference(Data.RAW_CONTACT_ID, firstIndex);
404 builder.withValue(Data.RAW_CONTACT_ID, beforeId);
  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java 266 .withValueBackReference(Data.RAW_CONTACT_ID, 0)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/interactions/
ContactDeletionInteraction.java 59 Entity.RAW_CONTACT_ID, //0
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/provider/
ExchangeDirectoryProvider.java 115 put(Contacts.Entity.RAW_CONTACT_ID, contactId);
  /packages/apps/Settings/src/com/android/settings/
Utils.java 547 Data.RAW_CONTACT_ID + "=" + localRowProfileId,
  /packages/apps/Contacts/src/com/android/contacts/activities/
ConfirmAddDetailActivity.java 399 mSelection = Data.RAW_CONTACT_ID + "=?";
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 783 long rawContactId = data.getLong(GroupEditorQuery.RAW_CONTACT_ID);
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
RawContactDeltaListTests.java 258 insertValues.put(Data.RAW_CONTACT_ID, rawContactId);

Completed in 805 milliseconds

12 3