Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/accounts/
H A DChooseAccountTypeActivity.java65 Set<String> setOfAllowableAccountTypes = null; in onCreate() local
69 setOfAllowableAccountTypes = new HashSet<String>(validAccountTypes.length); in onCreate()
71 setOfAllowableAccountTypes.add(type); in onCreate()
84 if (setOfAllowableAccountTypes != null in onCreate()
85 && !setOfAllowableAccountTypes.contains(type)) { in onCreate()