Home
last modified time | relevance | path

Searched refs:setOfAllowableAccounts (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/accounts/
DChooseTypeAndAccountActivity.java579 Set<Account> setOfAllowableAccounts = null; in getAllowableAccountSet() local
583 setOfAllowableAccounts = new HashSet<Account>(validAccounts.size()); in getAllowableAccountSet()
585 setOfAllowableAccounts.add((Account)parcelable); in getAllowableAccountSet()
588 return setOfAllowableAccounts; in getAllowableAccountSet()