Searched refs:authenticatorInfo (Results 1 – 1 of 1) sorted by relevance
2811 final RegisteredServicesCache.ServiceInfo<AuthenticatorDescription> authenticatorInfo; in getAuthToken() local2814 authenticatorInfo = mAuthenticatorCache.getServiceInfo( in getAuthToken()2821 authenticatorInfo != null && authenticatorInfo.type.customTokens; in getAuthToken()5015 final AccountAuthenticatorCache.ServiceInfo<AuthenticatorDescription> authenticatorInfo;5016 authenticatorInfo = mAuthenticatorCache.getServiceInfo(5018 if (authenticatorInfo == null) {5027 && !authenticatorInfo.componentInfo.directBootAware) {5028 Slog.w(TAG, "Blocking binding to authenticator " + authenticatorInfo.componentName5035 intent.setComponent(authenticatorInfo.componentName);5037 Log.v(TAG, "performing bindService to " + authenticatorInfo.componentName);[all …]