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