Home | History | Annotate | Download | only in editor

Lines Matching defs:AccountWithDataSet

29 import com.android.contacts.model.account.AccountWithDataSet;
60 private static final AccountWithDataSet ACCOUNT_1_A = new AccountWithDataSet("a", TYPE1, null);
61 private static final AccountWithDataSet ACCOUNT_1_B = new AccountWithDataSet("b", TYPE1, null);
63 private static final AccountWithDataSet ACCOUNT_2_A = new AccountWithDataSet("a", TYPE2, null);
64 private static final AccountWithDataSet ACCOUNT_2EX_A = new AccountWithDataSet(
83 assertNull(mTarget.getOnlyOrDefaultAccount(Collections.<AccountWithDataSet>emptyList()));
87 <AccountWithDataSet>emptyList()));
92 * {@link ContactEditorUtils#shouldShowAccountChangedNotification(List<AccountWithDataSet>)},
97 List<AccountWithDataSet> currentAccounts = new ArrayList<>();
159 * {@link ContactEditorUtils#shouldShowAccountChangedNotification(List<AccountWithDataSet>)},
180 * {@link ContactEditorUtils#shouldShowAccountChangedNotification(List<AccountWithDataSet>)},
187 <AccountWithDataSet>emptyList()));
190 mTarget.saveDefaultAccount(AccountWithDataSet.getNullAccount());
196 <AccountWithDataSet>emptyList()));
219 final List<AccountWithDataSet> currentAccounts = new ArrayList<>();
220 final AccountWithDataSet nullAccount = AccountWithDataSet.getNullAccount();