HomeSort by relevance Sort by last modified time
    Searched refs:buildGalResultCursor (Results 1 - 2 of 2) sorted by null

  /packages/apps/Exchange/tests/src/com/android/exchange/provider/
ExchangeDirectoryProviderTests.java 59 Cursor c = provider.buildGalResultCursor(GAL_RESULT_PROJECTION, result, null, 20, false, false);
102 Cursor c = provider.buildGalResultCursor(GAL_RESULT_PROJECTION, result, null, 20, false, false);
116 Cursor c = provider.buildGalResultCursor(GAL_RESULT_PROJECTION, result, null, 20, false, false);
  /packages/apps/Exchange/src/com/android/exchange/provider/
ExchangeDirectoryProvider.java 348 return buildGalResultCursor(
391 /*package*/ Cursor buildGalResultCursor(String[] projection, GalResult galResult,

Completed in 56 milliseconds