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.java263 ArrayList<String> authoritiesForType = in accountTypeHasAnyRequestedAuthorities() local
265 if (authoritiesForType == null) { in accountTypeHasAnyRequestedAuthorities()
269 if (authoritiesForType.contains(mAuthorities[j])) { in accountTypeHasAnyRequestedAuthorities()
/packages/apps/Settings/src/com/android/settings/accounts/
DAccountPreferenceController.java570 final ArrayList<String> authoritiesForType = helper.getAuthoritiesForAccountType( in accountTypeHasAnyRequestedAuthorities() local
572 if (authoritiesForType == null) { in accountTypeHasAnyRequestedAuthorities()
577 if (authoritiesForType.contains(mAuthorities[j])) { in accountTypeHasAnyRequestedAuthorities()