Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
DAccountsFragment.java91 final AuthenticatorDescription[] authTypes = am.getAuthenticatorTypes(); in updateAccounts() local
92 final ArrayList<String> allowableAccountTypes = new ArrayList<>(authTypes.length); in updateAccounts()
95 for (AuthenticatorDescription authDesc : authTypes) { in updateAccounts()
168 final AuthenticatorDescription[] authTypes = am.getAuthenticatorTypes(); in setUpAddAccountPrefIntent() local
169 final ArrayList<String> allowableAccountTypes = new ArrayList<>(authTypes.length); in setUpAddAccountPrefIntent()
170 for (AuthenticatorDescription authDesc : authTypes) { in setUpAddAccountPrefIntent()