Searched refs:authenticatorInfo (Results 1 – 1 of 1) sorted by relevance
2905 final RegisteredServicesCache.ServiceInfo<AuthenticatorDescription> authenticatorInfo; in getAuthToken() local2908 authenticatorInfo = mAuthenticatorCache.getServiceInfo( in getAuthToken()2915 authenticatorInfo != null && authenticatorInfo.type.customTokens; in getAuthToken()5127 final AccountAuthenticatorCache.ServiceInfo<AuthenticatorDescription> authenticatorInfo;5128 authenticatorInfo = mAuthenticatorCache.getServiceInfo(5130 if (authenticatorInfo == null) {5139 && !authenticatorInfo.componentInfo.directBootAware) {5140 Slog.w(TAG, "Blocking binding to authenticator " + authenticatorInfo.componentName5147 intent.setComponent(authenticatorInfo.componentName);5149 Log.v(TAG, "performing bindService to " + authenticatorInfo.componentName);[all …]