Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
H A DAccountListPreferenceController.java284 ArrayList<String> authoritiesForType = in accountTypeHasAnyRequestedAuthorities() local
286 if (authoritiesForType == null) { in accountTypeHasAnyRequestedAuthorities()
290 if (authoritiesForType.contains(mAuthorities[j])) { in accountTypeHasAnyRequestedAuthorities()
/aosp12/packages/apps/Settings/src/com/android/settings/accounts/
H A 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()