Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accounts/
DChooseTypeAndAccountActivity.java578 Set<Account> setOfAllowableAccounts = null; in getAllowableAccountSet() local
582 setOfAllowableAccounts = new HashSet<Account>(validAccounts.size()); in getAllowableAccountSet()
584 setOfAllowableAccounts.add((Account)parcelable); in getAllowableAccountSet()
587 return setOfAllowableAccounts; in getAllowableAccountSet()