Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
DAccountListPreferenceController.java294 ArrayList<String> authoritiesForType = in accountTypeHasAnyRequestedAuthorities() local
296 if (authoritiesForType == null) { in accountTypeHasAnyRequestedAuthorities()
300 if (authoritiesForType.contains(mAuthorities[j])) { in accountTypeHasAnyRequestedAuthorities()
/packages/apps/Settings/src/com/android/settings/accounts/
DAccountPreferenceController.java664 final ArrayList<String> authoritiesForType = helper.getAuthoritiesForAccountType( in accountTypeHasAnyRequestedAuthorities() local
666 if (authoritiesForType == null) { in accountTypeHasAnyRequestedAuthorities()
671 if (authoritiesForType.contains(mAuthorities[j])) { in accountTypeHasAnyRequestedAuthorities()