Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accounts/
DChooseTypeAndAccountActivity.java580 final ArrayList<Parcelable> validAccounts = in getAllowableAccountSet() local
582 if (validAccounts != null) { in getAllowableAccountSet()
583 setOfAllowableAccounts = new HashSet<Account>(validAccounts.size()); in getAllowableAccountSet()
584 for (Parcelable parcelable : validAccounts) { in getAllowableAccountSet()