Home
last modified time | relevance | path

Searched refs:getRawContact (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/
DRawContactDeltaTests.java68 public static RawContact getRawContact(Context context, long contactId, long phoneId) { in getRawContact() method in RawContactDeltaTests
92 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesNone()
102 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesInsert()
120 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesUpdate()
134 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesDelete()
209 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffNone()
220 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffNoneInsert()
257 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffUpdateInsert()
302 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffNoneUpdate()
336 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffDelete()
DRawContactModifierTests.java175 protected RawContactDelta getRawContact(Long existingId, ContentValues... entries) { in getRawContact() method in RawContactModifierTests
219 final RawContactDelta state = getRawContact(TEST_ID); in testValidTypes()
262 final RawContactDelta state = getRawContact(TEST_ID); in testCanInsert()
294 final RawContactDelta state = getRawContact(TEST_ID); in testBestValidType()
336 final RawContactDelta state = getRawContact(TEST_ID); in testIsEmptyDirectFields()
353 final RawContactDelta state = getRawContact(TEST_ID); in testTrimEmptySingle()
449 final RawContactDelta state = getRawContact(TEST_ID); in testTrimEmptyUntouched()
478 final RawContactDelta state = getRawContact(TEST_ID, before); in testTrimEmptyAfterUpdate()
526 final RawContactDelta state = getRawContact(null); in testTrimInsertEmpty()
553 final RawContactDelta state = getRawContact(null); in testTrimInsertInsert()
[all …]
DRawContactDeltaListTests.java100 final RawContact before = RawContactDeltaTests.getRawContact(context, rawContactId, in getUpdate()
/packages/apps/Contacts/src/com/android/contacts/model/dataitem/
DImDataItem.java46 ImDataItem im = new ImDataItem(item.getRawContact(), in createFromEmail()
DDataItem.java105 protected RawContact getRawContact() { in getRawContact() method in DataItem