am ce3aabde: am 66bbd95a: Merge "Fix GAL lookup for provisioned EAS accounts" into froyo

Merge commit 'ce3aabde3a590345e2e6f29d419455432966c643' into kraken

* commit 'ce3aabde3a590345e2e6f29d419455432966c643':
  Fix GAL lookup for provisioned EAS accounts
This commit is contained in:
Marc Blank 2010-04-08 22:41:41 -07:00 committed by Android Git Automerger
commit 00ea1390ec

View File

@ -706,6 +706,7 @@ public class EasSyncService extends AbstractSyncService {
svc.mSsl = (ha.mFlags & HostAuth.FLAG_SSL) != 0;
svc.mTrustSsl = (ha.mFlags & HostAuth.FLAG_TRUST_ALL_CERTIFICATES) != 0;
svc.mDeviceId = SyncManager.getDeviceId();
svc.mAccount = acct;
Serializer s = new Serializer();
s.start(Tags.SEARCH_SEARCH).start(Tags.SEARCH_STORE);
s.data(Tags.SEARCH_NAME, "GAL").data(Tags.SEARCH_QUERY, filter);