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

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceProxy.java 253 public void updateFolderList(final long accountId) throws RemoteException {
257 mService.updateFolderList(accountId);
259 }, "updateFolderList");
  /packages/apps/Email/src/com/android/email/service/
EmailServiceStub.java 348 public void updateFolderList(long accountId) throws RemoteException {
414 LogUtils.i(Logging.LOG_TAG, me, "Error in updateFolderList");
EmailServiceUtils.java 655 public void updateFolderList(long accountId) throws RemoteException {
    [all...]

Completed in 50 milliseconds