Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java1716 authenticatorCollection = mAuthenticatorCache.getAllServices(userId); in getAuthenticatorTypesInternal() local
1718 new ArrayList<>(authenticatorCollection.size()); in getAuthenticatorTypesInternal()
1720 : authenticatorCollection) { in getAuthenticatorTypesInternal()