Searched refs:GalResult (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DGalParser.java19 import com.android.exchange.provider.GalResult;
20 import com.android.exchange.provider.GalResult.GalData;
30 GalResult mGalResult = new GalResult();
37 public GalResult getGalResult() {
56 public void parseProperties(GalResult galResult) throws IOException {
105 public void parseResult(GalResult galResult) throws IOException {
115 public void parseResponse(GalResult galResult) throws IOException {
125 public void parseStore(GalResult galResult) throws IOException {
/packages/apps/Exchange/src/com/android/exchange/provider/
H A DGalResult.java26 public class GalResult { class
31 public GalResult() { method in class:GalResult
H A DExchangeDirectoryProvider.java50 import com.android.exchange.provider.GalResult.GalData;
310 final GalResult galResult = EasSyncService.searchGal(getContext(), accountId,
356 /*package*/ Cursor buildGalResultCursor(String[] projection, GalResult galResult,
/packages/apps/Exchange/tests/src/com/android/exchange/provider/
H A DExchangeDirectoryProviderTests.java21 import com.android.exchange.provider.GalResult.GalData;
52 GalResult result = new GalResult();
85 private GalResult getTestDisplayNameResult() {
86 GalResult result = new GalResult();
99 GalResult result = getTestDisplayNameResult();
113 GalResult result = getTestDisplayNameResult();
/packages/apps/Exchange/src/com/android/exchange/
H A DEasSyncService.java75 import com.android.exchange.provider.GalResult;
951 static public GalResult searchGal(Context context, long accountId, String filter, int limit) {

Completed in 134 milliseconds