Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accounts/
DChooseAccountTypeActivity.java61 Set<String> setOfAllowableAccountTypes = null; in onCreate() local
65 setOfAllowableAccountTypes = new HashSet<String>(validAccountTypes.length); in onCreate()
67 setOfAllowableAccountTypes.add(type); in onCreate()
80 if (setOfAllowableAccountTypes != null in onCreate()
81 && !setOfAllowableAccountTypes.contains(type)) { in onCreate()