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.java63 public static RawContact getRawContact(Context context, long contactId, long phoneId) { in getRawContact() method in RawContactDeltaTests
87 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesNone()
97 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesInsert()
115 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesUpdate()
129 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesDelete()
163 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffNone()
174 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffNoneInsert()
214 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffUpdateInsert()
263 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffNoneUpdate()
300 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffDelete()
DRawContactModifierTests.java166 protected RawContactDelta getRawContact(Long existingId, ContentValues... entries) { in getRawContact() method in RawContactModifierTests
210 final RawContactDelta state = getRawContact(TEST_ID); in testValidTypes()
255 final RawContactDelta state = getRawContact(TEST_ID); in testValidTypesWhenUpdating()
290 final RawContactDelta state = getRawContact(TEST_ID); in testCanInsert()
322 final RawContactDelta state = getRawContact(TEST_ID); in testBestValidType()
364 final RawContactDelta state = getRawContact(TEST_ID); in testIsEmptyDirectFields()
381 final RawContactDelta state = getRawContact(TEST_ID); in testTrimEmptySingle()
481 final RawContactDelta state = getRawContact(TEST_ID); in testTrimEmptyUntouched()
510 final RawContactDelta state = getRawContact(TEST_ID, before); in testTrimEmptyAfterUpdate()
562 final RawContactDelta state = getRawContact(null); in testTrimInsertEmpty()
[all …]
DRawContactDeltaListTests.java101 final RawContact before = RawContactDeltaTests.getRawContact(context, rawContactId, in getUpdate()