Searched refs:accountType2 (Results 1 – 2 of 2) sorted by relevance
51 String accountType2 = two.getValues().getAsString(RawContacts.ACCOUNT_TYPE); in compare() local53 final AccountType type2 = accountTypes.getAccountType(accountType2, dataSet2); in compare()
382 final Account[] accountType2 = new Account[2]; in onResume_twoAccountsOfSameName_shouldAddFivePreferences() local383 accountType2[0] = new Account("Account1", "com.acct2"); in onResume_twoAccountsOfSameName_shouldAddFivePreferences()384 accountType2[1] = new Account("Account2", "com.acct2"); in onResume_twoAccountsOfSameName_shouldAddFivePreferences()388 allAccounts[2] = accountType2[0]; in onResume_twoAccountsOfSameName_shouldAddFivePreferences()389 allAccounts[3] = accountType2[1]; in onResume_twoAccountsOfSameName_shouldAddFivePreferences()401 .thenReturn(accountType2); in onResume_twoAccountsOfSameName_shouldAddFivePreferences()