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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DEmailServiceProxy.java208 public void updateFolderList(final long accountId) throws RemoteException { method in class:EmailServiceProxy
212 mService.updateFolderList(accountId);
214 }, "updateFolderList");
330 public void sync(final long accountId, final boolean updateFolderList, argument
/packages/apps/Email/src/com/android/email/service/
H A DEmailServiceStub.java281 public void updateFolderList(long accountId) throws RemoteException { method in class:EmailServiceStub
347 LogUtils.i(Logging.LOG_TAG, me, "Error in updateFolderList");
394 public void sync(final long accountId, final boolean updateFolderList, argument
H A DEmailServiceUtils.java641 public void updateFolderList(long accountId) throws RemoteException { method in class:EmailServiceUtils.NullService
676 public void sync(final long accountId, final boolean updateFolderList, argument

Completed in 240 milliseconds