Searched defs:hostChanged (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Email/src/com/android/email/service/
H A DEmailServiceStub.java452 public void hostChanged(long accountId) throws RemoteException { method in class:EmailServiceStub
H A DEmailServiceUtils.java679 public void hostChanged(long accountId) throws RemoteException { method in class:EmailServiceUtils.NullService
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DEmailServiceProxy.java286 public void hostChanged(final long accountId) throws RemoteException { method in class:EmailServiceProxy
290 mService.hostChanged(accountId);
292 }, "hostChanged");

Completed in 53 milliseconds