Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/accounts/
H A DGrantCredentialsPermissionActivity.java151 final AuthenticatorDescription[] authenticatorTypes = in getAccountLabel() local
153 for (int i = 0, N = authenticatorTypes.length; i < N; i++) { in getAccountLabel()
154 final AuthenticatorDescription desc = authenticatorTypes[i]; in getAccountLabel()