Searched refs:setOfAllowableAccounts (Results 1 – 1 of 1) sorted by relevance
574 Set<Account> setOfAllowableAccounts = null; in getAllowableAccountSet() local578 setOfAllowableAccounts = new HashSet<Account>(validAccounts.size()); in getAllowableAccountSet()580 setOfAllowableAccounts.add((Account)parcelable); in getAllowableAccountSet()583 return setOfAllowableAccounts; in getAllowableAccountSet()