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 292 public void hostChanged(final long accountId) throws RemoteException {
295 mService.hostChanged(accountId);
297 }, "hostChanged");

Completed in 227 milliseconds