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

  /packages/apps/Exchange/src/com/android/exchange/eas/
EasSearchGal.java 21 public class EasSearchGal extends EasOperation {
29 public EasSearchGal(Context context, final Account account, final String filter,
  /packages/apps/Exchange/src/com/android/exchange/service/
EasService.java 53 import com.android.exchange.eas.EasSearchGal;
475 final EasSearchGal operation = new EasSearchGal(context, account, filter, limit);
482 if (result == EasSearchGal.RESULT_OK) {

Completed in 393 milliseconds