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