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 208 public void updateFolderList(final long accountId) throws RemoteException {
212 mService.updateFolderList(accountId);
214 }, "updateFolderList");
  /packages/apps/Email/provider_src/com/android/email/service/
EmailServiceStub.java 285 public void updateFolderList(final long accountId) throws RemoteException {
288 LogUtils.e(LogUtils.TAG, "Account %d not found in updateFolderList", accountId);
362 LogUtils.i(Logging.LOG_TAG, me, "Error in updateFolderList");
EmailServiceUtils.java     [all...]

Completed in 2313 milliseconds