Searched refs:setOfAllowableAccounts (Results 1 – 1 of 1) sorted by relevance
579 Set<Account> setOfAllowableAccounts = null; in getAllowableAccountSet() local583 setOfAllowableAccounts = new HashSet<Account>(validAccounts.size()); in getAllowableAccountSet()585 setOfAllowableAccounts.add((Account)parcelable); in getAllowableAccountSet()588 return setOfAllowableAccounts; in getAllowableAccountSet()