Home
last modified time | relevance | path

Searched defs:updateFolderList (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
DIEmailService.aidl33 void updateFolderList(long accountId); in updateFolderList() method
DEmailServiceProxy.java208 public void updateFolderList(final long accountId) throws RemoteException { in updateFolderList() method in EmailServiceProxy
/packages/apps/Email/provider_src/com/android/email/service/
DEmailServiceStub.java285 public void updateFolderList(final long accountId) throws RemoteException { in updateFolderList() method in EmailServiceStub
DEmailServiceUtils.java706 public void updateFolderList(long accountId) throws RemoteException {} in updateFolderList() method in EmailServiceUtils.NullService