Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
DAccountsFragment.java99 final ArrayList<String> allowableAccountTypes = new ArrayList<>(authTypes.length); in updateAccounts() local
186 final ArrayList<String> allowableAccountTypes = new ArrayList<>(authTypes.length); in setUpAddAccountPrefIntent() local
194 allowableAccountTypes.add(authDesc.type); in setUpAddAccountPrefIntent()
201 allowableAccountTypes.toArray(new String[allowableAccountTypes.size()])); in setUpAddAccountPrefIntent()
204 preference.setVisible(!allowableAccountTypes.isEmpty()); in setUpAddAccountPrefIntent()