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

  /packages/apps/Contacts/tests/src/com/android/contacts/model/
RawContactDeltaTests.java 62 public static RawContact getRawContact(Context context, long contactId, long phoneId) {
86 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID);
96 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID);
114 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID);
128 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID);
162 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID);
173 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID);
213 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID);
262 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID);
299 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID)
    [all...]
RawContactModifierTests.java 165 protected RawContactDelta getRawContact(Long existingId, ContentValues... entries) {
209 final RawContactDelta state = getRawContact(TEST_ID);
254 final RawContactDelta state = getRawContact(TEST_ID);
289 final RawContactDelta state = getRawContact(TEST_ID);
321 final RawContactDelta state = getRawContact(TEST_ID);
363 final RawContactDelta state = getRawContact(TEST_ID);
380 final RawContactDelta state = getRawContact(TEST_ID);
480 final RawContactDelta state = getRawContact(TEST_ID);
509 final RawContactDelta state = getRawContact(TEST_ID, before);
561 final RawContactDelta state = getRawContact(null)
    [all...]
RawContactDeltaListTests.java 96 final RawContact before = RawContactDeltaTests.getRawContact(context, rawContactId,
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 206 RawContact rawContact = getRawContact(context, rawContactId);
462 private static RawContact getRawContact(Context context, long rawContactId) {
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContract_TestDataBuilder.java 352 public TestRawContact getRawContact() throws Exception {
ContactsContract_DataTest.java 224 lookupContact.getId(), data.load().getRawContact().load().getContactId());
419 lookupContact.getId(), data.load().getRawContact().load().getContactId());
    [all...]

Completed in 530 milliseconds