HomeSort by relevance Sort by last modified time
    Searched refs:updateFolderList (Results 1 - 7 of 7) 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/src/com/android/email/activity/setup/
AccountCreationFragment.java 328 proxy.updateFolderList(account.mId);
  /packages/apps/Email/src/com/android/email/service/
PopImapSyncAdapterService.java 226 service.updateFolderList(acct.mId);
EmailServiceStub.java 284 public void updateFolderList(final long accountId) throws RemoteException {
287 LogUtils.e(LogUtils.TAG, "Account %d not found in updateFolderList", accountId);
354 LogUtils.i(Logging.LOG_TAG, me, "Error in updateFolderList");
EmailServiceUtils.java     [all...]
  /packages/apps/Exchange/src/com/android/exchange/service/
EasService.java 96 public void updateFolderList(final long accountId) {
98 doOperation(operation, "IEmailService.updateFolderList");

Completed in 100 milliseconds