Searched refs:allowableAccountTypes (Results 1 – 1 of 1) sorted by relevance
99 final ArrayList<String> allowableAccountTypes = new ArrayList<>(authTypes.length); in updateAccounts() local186 final ArrayList<String> allowableAccountTypes = new ArrayList<>(authTypes.length); in setUpAddAccountPrefIntent() local194 allowableAccountTypes.add(authDesc.type); in setUpAddAccountPrefIntent()201 allowableAccountTypes.toArray(new String[allowableAccountTypes.size()])); in setUpAddAccountPrefIntent()204 preference.setVisible(!allowableAccountTypes.isEmpty()); in setUpAddAccountPrefIntent()