HomeSort by relevance Sort by last modified time
    Searched full:validaccounttypes (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/java/android/accounts/
ChooseAccountTypeActivity.java 60 // Read the validAccountTypes, if present, and add them to the setOfAllowableAccountTypes
62 String[] validAccountTypes = getIntent().getStringArrayExtra(
64 if (validAccountTypes != null) {
65 setOfAllowableAccountTypes = new HashSet<String>(validAccountTypes.length);
66 for (String type : validAccountTypes) {

Completed in 55 milliseconds