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