Searched refs:validAccounts (Results 1 – 1 of 1) sorted by relevance
580 final ArrayList<Parcelable> validAccounts = in getAllowableAccountSet() local582 if (validAccounts != null) { in getAllowableAccountSet()583 setOfAllowableAccounts = new HashSet<Account>(validAccounts.size()); in getAllowableAccountSet()584 for (Parcelable parcelable : validAccounts) { in getAllowableAccountSet()