Searched refs:authenticatorInfo (Results 1 – 1 of 1) sorted by relevance
3042 final RegisteredServicesCache.ServiceInfo<AuthenticatorDescription> authenticatorInfo; in getAuthToken() local3045 authenticatorInfo = mAuthenticatorCache.getServiceInfo( in getAuthToken()3052 authenticatorInfo != null && authenticatorInfo.type.customTokens; in getAuthToken()5378 final AccountAuthenticatorCache.ServiceInfo<AuthenticatorDescription> authenticatorInfo;5379 authenticatorInfo = mAuthenticatorCache.getServiceInfo(5381 if (authenticatorInfo == null) {5389 && !authenticatorInfo.componentInfo.directBootAware) {5390 Slog.w(TAG, "Blocking binding to authenticator " + authenticatorInfo.componentName5397 intent.setComponent(authenticatorInfo.componentName);5399 Log.v(TAG, "performing bindService to " + authenticatorInfo.componentName);[all …]