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

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceProxy.java 286 public void hostChanged(final long accountId) throws RemoteException {
290 mService.hostChanged(accountId);
292 }, "hostChanged");
  /packages/apps/Email/src/com/android/email/service/
EmailServiceStub.java 452 public void hostChanged(long accountId) throws RemoteException {
EmailServiceUtils.java 679 public void hostChanged(long accountId) throws RemoteException {
    [all...]

Completed in 61 milliseconds