Home
last modified time | relevance | path

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

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