Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaTests.java62 public static RawContact getRawContact(Context context, long contactId, long phoneId) { in getRawContact() method in RawContactDeltaTests
86 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesNone()
96 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesInsert()
114 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesUpdate()
128 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesDelete()
162 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffNone()
173 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffNoneInsert()
213 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffUpdateInsert()
262 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffNoneUpdate()
299 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffDelete()
DRawContactModifierTests.java165 protected RawContactDelta getRawContact(Long existingId, ContentValues... entries) { in getRawContact() method in RawContactModifierTests
209 final RawContactDelta state = getRawContact(TEST_ID); in testValidTypes()
254 final RawContactDelta state = getRawContact(TEST_ID); in testValidTypesWhenUpdating()
289 final RawContactDelta state = getRawContact(TEST_ID); in testCanInsert()
321 final RawContactDelta state = getRawContact(TEST_ID); in testBestValidType()
363 final RawContactDelta state = getRawContact(TEST_ID); in testIsEmptyDirectFields()
380 final RawContactDelta state = getRawContact(TEST_ID); in testTrimEmptySingle()
480 final RawContactDelta state = getRawContact(TEST_ID); in testTrimEmptyUntouched()
509 final RawContactDelta state = getRawContact(TEST_ID, before); in testTrimEmptyAfterUpdate()
561 final RawContactDelta state = getRawContact(null); in testTrimInsertEmpty()
[all …]
DRawContactDeltaListTests.java100 final RawContact before = RawContactDeltaTests.getRawContact(context, rawContactId, in getUpdate()