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

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
IEmailService.aidl 33 void updateFolderList(long accountId);
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/
PopImapSyncAdapterService.java 238 service.updateFolderList(acct.mId);
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...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCreationFragment.java 329 proxy.updateFolderList(account.mId);

Completed in 171 milliseconds