Searched refs:allowableAccountTypes (Results 1 – 1 of 1) sorted by relevance
116 final ArrayList<String> allowableAccountTypes = new ArrayList<>(authTypes.length); in updateAccounts() local209 final ArrayList<String> allowableAccountTypes = new ArrayList<>(authTypes.length); in setUpAddAccountPrefIntent() local217 allowableAccountTypes.add(authDesc.type); in setUpAddAccountPrefIntent()224 allowableAccountTypes.toArray(new String[allowableAccountTypes.size()])); in setUpAddAccountPrefIntent()227 preference.setVisible(!allowableAccountTypes.isEmpty()); in setUpAddAccountPrefIntent()