Home
last modified time | relevance | path

Searched defs:eligibleAccounts (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/contacts/
DContactsStorageSettingsTest.java205 String[] eligibleAccounts = (String[]) addAccountIntent.getExtra(EXTRA_ACCOUNT_TYPES); in verifyAddAccountPreference_eligibleAccountsAvailable_startAddAccountActivityOnClick() local
241 ArrayList<Account> eligibleAccounts = new ArrayList<>( in verifyEligibleAccountPreference_onClick_setSelectedDefaultAccount() local
295 ArrayList<Account> eligibleAccounts = new ArrayList<>( in verifyAccountPreference_defaultAccountIsNotEligibleCloudAccount_createNewDefaultAccountPreference() local
365 ArrayList<Account> eligibleAccounts = new ArrayList<>( in verifyAccountPreference_newAccountAdded_accountAddedToAccountPreference() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DDefaultAccountManager.java121 List<Account> eligibleAccounts = new ArrayList<>(); in getEligibleCloudAccounts() local