Searched refs:mSetOfAllowableAccounts (Results 1 – 2 of 2) sorted by relevance
120 private Set<Account> mSetOfAllowableAccounts; field in ChooseTypeAndAccountActivity168 mSetOfAllowableAccounts = getAllowableAccountSet(intent); in onCreate()535 if (mSetOfAllowableAccounts != null in getAcceptableAccountChoices()536 && !mSetOfAllowableAccounts.contains(account)) { in getAcceptableAccountChoices()
481 Landroid/accounts/ChooseTypeAndAccountActivity;->mSetOfAllowableAccounts:Ljava/util/Set;