Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accounts/
DChooseTypeAndAccountActivity.java119 private Set<Account> mSetOfAllowableAccounts; field in ChooseTypeAndAccountActivity
167 mSetOfAllowableAccounts = getAllowableAccountSet(intent); in onCreate()
534 if (mSetOfAllowableAccounts != null in getAcceptableAccountChoices()
535 && !mSetOfAllowableAccounts.contains(account)) { in getAcceptableAccountChoices()