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