Home | History | Annotate | Download | only in service

Lines Matching refs:serviceIntent

712         Intent serviceIntent = mAccountServiceMap.get(accountId);
713 if (serviceIntent == null) {
716 serviceIntent = new Intent(mContext, ControllerService.class);
718 serviceIntent = new Intent(EmailServiceProxy.EXCHANGE_INTENT);
720 mAccountServiceMap.put(accountId, serviceIntent);
722 return serviceIntent;