Searched refs:setOfAllowableAccounts (Results 1 – 1 of 1) sorted by relevance
578 Set<Account> setOfAllowableAccounts = null; in getAllowableAccountSet() local582 setOfAllowableAccounts = new HashSet<Account>(validAccounts.size()); in getAllowableAccountSet()584 setOfAllowableAccounts.add((Account)parcelable); in getAllowableAccountSet()587 return setOfAllowableAccounts; in getAllowableAccountSet()