Home
last modified time | relevance | path

Searched refs:accountType2 (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactDeltaComparator.java51 String accountType2 = two.getValues().getAsString(RawContacts.ACCOUNT_TYPE); in compare() local
53 final AccountType type2 = accountTypes.getAccountType(accountType2, dataSet2); in compare()
/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
DAccountPreferenceControllerTest.java382 final Account[] accountType2 = new Account[2]; in onResume_twoAccountsOfSameName_shouldAddFivePreferences() local
383 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()