Home | History | Annotate | Download | only in editor

Lines Matching refs:mAccountTypes

39     private MockAccountTypeManager mAccountTypes;
65 mAccountTypes = new MockAccountTypeManager(new AccountType[] {},
67 mTarget = new ContactEditorUtils(getContext(), mAccountTypes);
74 mAccountTypes.mTypes = types;
78 mAccountTypes.mAccounts = accounts;
126 mAccountTypes.mAccounts = new AccountWithDataSet[]{};
130 Sets.newHashSet(mAccountTypes.mAccounts),
134 mAccountTypes.mAccounts = new AccountWithDataSet[]{ACCOUNT_1_A};
138 Sets.newHashSet(mAccountTypes.mAccounts),
142 mAccountTypes.mAccounts = new AccountWithDataSet[]{ACCOUNT_1_A, ACCOUNT_1_B};
146 Sets.newHashSet(mAccountTypes.mAccounts),
161 mAccountTypes.mAccounts = new AccountWithDataSet[]{};
166 mAccountTypes.mAccounts = new AccountWithDataSet[]{ACCOUNT_1_A, ACCOUNT_2_A};