Searched defs:withSuperPrimary (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java6529 public void testChangingPrimary(boolean inUpdate, boolean withSuperPrimary) { argument
6533 if (withSuperPrimary) {
6540 assertStoredValue(mailUri1, Data.IS_SUPER_PRIMARY, withSuperPrimary ? 1 : 0);
6548 assertStoredValue(mailUri1, Data.IS_SUPER_PRIMARY, withSuperPrimary ? 1 : 0);
6561 // If withSuperPrimary is set, also ensure that is has been moved to the new item
6565 assertStoredValue(mailUri2, Data.IS_SUPER_PRIMARY, withSuperPrimary ? 1 : 0);

Completed in 80 milliseconds