Home | History | Annotate | Download | only in exchange

Lines Matching refs:hostAuth

62 import com.android.emailcommon.provider.HostAuth;
352 public Bundle validate(HostAuth hostAuth) throws RemoteException {
354 hostAuth, ExchangeService.this);
559 HostAuth ha = HostAuth.restoreHostAuthWithId(context, hostAuthId);
563 // Cache the HostAuth
824 // Don't forget to cache the HostAuth
825 HostAuth ha = HostAuth.restoreHostAuthWithId(getContext(),
1216 HostAuth.SCHEME_EAS, Eas.EXCHANGE_ACCOUNT_MANAGER_TYPE);
1923 if (EmailContent.count(this, HostAuth.CONTENT_URI, WHERE_PROTOCOL_EAS, null) > 0) {
2405 return m.loadsFromServer(HostAuth.SCHEME_EAS);