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

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
IEmailService.aidl 46 oneway void hostChanged(long accountId);
EmailServiceProxy.java 321 public void hostChanged(final long accountId) throws RemoteException {
325 mService.hostChanged(accountId);
327 }, "hostChanged");
  /packages/apps/Email/src/com/android/email/service/
EmailServiceUtils.java 104 public void hostChanged(long accountId) throws RemoteException {
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupExchangeFragment.java 389 EmailServiceUtils.getExchangeService(mContext, null).hostChanged(account.mId);
  /packages/apps/Email/src/com/android/email/
Controller.java     [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
ExchangeService.java 439 public void hostChanged(long accountId) throws RemoteException {
    [all...]

Completed in 42 milliseconds