Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
DAccountPreferenceControllerTest.java346 Account[] accountType1 = { in onResume_twoAccountsOfSameType_shouldAddThreePreferences() local
351 .thenReturn(accountType1); in onResume_twoAccountsOfSameType_shouldAddThreePreferences()
379 final Account[] accountType1 = new Account[2]; in onResume_twoAccountsOfSameName_shouldAddFivePreferences() local
380 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() local
426 accountType1[0] = new Account("Acct11", "com.acct1"); in onResume_noAccountChange_shouldNotAddAccountPreference()
[all …]
/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactDeltaComparator.java48 String accountType1 = one.getValues().getAsString(RawContacts.ACCOUNT_TYPE); in compare() local
50 final AccountType type1 = accountTypes.getAccountType(accountType1, dataSet1); in compare()