Searched refs:RawContactDeltaListTests (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | RawContactModifierTests.java | 426 final RawContactDelta state = RawContactDeltaListTests.buildBeforeEntity(mContext, TEST_ID, in testTrimEmptySpaces() 432 RawContactDeltaListTests.assertDiffPattern(state, in testTrimEmptySpaces() 433 RawContactDeltaListTests.buildAssertVersion(VER_FIRST), in testTrimEmptySpaces() 434 RawContactDeltaListTests.buildUpdateAggregationSuspended(), in testTrimEmptySpaces() 435 RawContactDeltaListTests.buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT, in testTrimEmptySpaces() 436 RawContactDeltaListTests.buildDataInsert(values, TEST_ID)), in testTrimEmptySpaces() 437 RawContactDeltaListTests.buildUpdateAggregationDefault()); in testTrimEmptySpaces() 441 RawContactDeltaListTests.assertDiffPattern(state, in testTrimEmptySpaces() 442 RawContactDeltaListTests.buildAssertVersion(VER_FIRST), in testTrimEmptySpaces() 443 RawContactDeltaListTests.buildDelete(RawContacts.CONTENT_URI)); in testTrimEmptySpaces() [all …]
|
D | RawContactDeltaListTests.java | 49 public class RawContactDeltaListTests extends AndroidTestCase { class 76 public RawContactDeltaListTests() { in RawContactDeltaListTests() method in RawContactDeltaListTests
|