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.java116 final ArrayList<String> allowableAccountTypes = new ArrayList<>(authTypes.length); in updateAccounts() local
209 final ArrayList<String> allowableAccountTypes = new ArrayList<>(authTypes.length); in setUpAddAccountPrefIntent() local
217 allowableAccountTypes.add(authDesc.type); in setUpAddAccountPrefIntent()
224 allowableAccountTypes.toArray(new String[allowableAccountTypes.size()])); in setUpAddAccountPrefIntent()
227 preference.setVisible(!allowableAccountTypes.isEmpty()); in setUpAddAccountPrefIntent()