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

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
IEmailService.aidl 34 oneway void updateFolderList(long accountId);
EmailServiceProxy.java 270 public void updateFolderList(final long accountId) throws RemoteException {
275 mService.updateFolderList(accountId);
277 }, "updateFolderList");
  /packages/apps/Email/src/com/android/email/service/
EmailServiceUtils.java 133 public void updateFolderList(long accountId) throws RemoteException {
  /packages/apps/Email/src/com/android/email/
Controller.java 350 service.updateFolderList(accountId);
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
ExchangeService.java 434 public void updateFolderList(long accountId) throws RemoteException {
    [all...]

Completed in 90 milliseconds