Searched refs:authenticatorInfo (Results 1 – 1 of 1) sorted by relevance
2838 final RegisteredServicesCache.ServiceInfo<AuthenticatorDescription> authenticatorInfo; in getAuthToken() local2841 authenticatorInfo = mAuthenticatorCache.getServiceInfo( in getAuthToken()2848 authenticatorInfo != null && authenticatorInfo.type.customTokens; in getAuthToken()5039 final AccountAuthenticatorCache.ServiceInfo<AuthenticatorDescription> authenticatorInfo;5040 authenticatorInfo = mAuthenticatorCache.getServiceInfo(5042 if (authenticatorInfo == null) {5051 && !authenticatorInfo.componentInfo.directBootAware) {5052 Slog.w(TAG, "Blocking binding to authenticator " + authenticatorInfo.componentName5059 intent.setComponent(authenticatorInfo.componentName);5061 Log.v(TAG, "performing bindService to " + authenticatorInfo.componentName);[all …]