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

  /packages/apps/Email/src/com/android/email/service/
IEmailService.aidl 42 void hostChanged(long accountId);
EmailServiceProxy.java 273 public void hostChanged(final long accountId) throws RemoteException {
277 mService.hostChanged(accountId);
  /packages/apps/Email/src/com/android/email/
ExchangeUtils.java 97 public void hostChanged(long accountId) throws RemoteException {
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupExchange.java 365 .hostChanged(mAccount.mId);
  /packages/apps/Email/src/com/android/exchange/
SyncManager.java 347 public void hostChanged(long accountId) throws RemoteException {
    [all...]

Completed in 211 milliseconds