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

  /packages/apps/Email/src/com/android/email/service/
EmailServiceUtils.java 104 public void hostChanged(long accountId) throws RemoteException {
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceProxy.java 321 public void hostChanged(final long accountId) throws RemoteException {
325 mService.hostChanged(accountId);
327 }, "hostChanged");

Completed in 133 milliseconds