Searched refs:mSetOfRelevantAccountTypes (Results 1 – 2 of 2) sorted by relevance
121 private Set<String> mSetOfRelevantAccountTypes; field in ChooseTypeAndAccountActivity169 mSetOfRelevantAccountTypes = getReleventAccountTypes(intent); in onCreate()234 if (mSetOfRelevantAccountTypes.size() == 1) { in onCreate()235 runAddAccountForAuthenticator(mSetOfRelevantAccountTypes.iterator().next()); in onCreate()539 if (mSetOfRelevantAccountTypes != null in getAcceptableAccountChoices()540 && !mSetOfRelevantAccountTypes.contains(account.type)) { in getAcceptableAccountChoices()
526 Landroid/accounts/ChooseTypeAndAccountActivity;->mSetOfRelevantAccountTypes:Ljava/util/Set;