Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accounts/
DAccountPreferenceController.java553 final ArrayList<String> authoritiesForType = helper.getAuthoritiesForAccountType( in accountTypeHasAnyRequestedAuthorities() local
555 if (authoritiesForType == null) { in accountTypeHasAnyRequestedAuthorities()
560 if (authoritiesForType.contains(mAuthorities[j])) { in accountTypeHasAnyRequestedAuthorities()