Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
DAccountTypesHelper.java52 private Set<String> mAuthorizedAccountTypes; field in AccountTypesHelper
131 if (isForced || !Objects.equals(mAuthorizedAccountTypes, authorizedAccountTypes)) { in updateAuthorizedAccountTypes()
132 mAuthorizedAccountTypes = authorizedAccountTypes; in updateAuthorizedAccountTypes()
141 if (mAuthorizedAccountTypes == null) { in getAuthorizedAccountTypes()
144 return mAuthorizedAccountTypes; in getAuthorizedAccountTypes()