Searched refs:accountType1 (Results 1 – 2 of 2) sorted by relevance
346 Account[] accountType1 = { in onResume_twoAccountsOfSameType_shouldAddThreePreferences() local351 .thenReturn(accountType1); in onResume_twoAccountsOfSameType_shouldAddThreePreferences()379 final Account[] accountType1 = new Account[2]; in onResume_twoAccountsOfSameName_shouldAddFivePreferences() local380 accountType1[0] = new Account("Account1", "com.acct1"); in onResume_twoAccountsOfSameName_shouldAddFivePreferences()381 accountType1[1] = new Account("Account2", "com.acct1"); in onResume_twoAccountsOfSameName_shouldAddFivePreferences()386 allAccounts[0] = accountType1[0]; in onResume_twoAccountsOfSameName_shouldAddFivePreferences()387 allAccounts[1] = accountType1[1]; in onResume_twoAccountsOfSameName_shouldAddFivePreferences()399 .thenReturn(accountType1); in onResume_twoAccountsOfSameName_shouldAddFivePreferences()425 Account[] accountType1 = new Account[2]; in onResume_noAccountChange_shouldNotAddAccountPreference() local426 accountType1[0] = new Account("Acct11", "com.acct1"); in onResume_noAccountChange_shouldNotAddAccountPreference()[all …]
48 String accountType1 = one.getValues().getAsString(RawContacts.ACCOUNT_TYPE); in compare() local50 final AccountType type1 = accountTypes.getAccountType(accountType1, dataSet1); in compare()