OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
");
330
public void sync(final long accountId, final boolean
updateFolderList
,
/packages/apps/Email/src/com/android/email/service/
EmailServiceStub.java
281
public void
updateFolderList
(long accountId) throws RemoteException {
347
LogUtils.i(Logging.LOG_TAG, me, "Error in
updateFolderList
");
394
public void sync(final long accountId, final boolean
updateFolderList
,
EmailServiceUtils.java
641
public void
updateFolderList
(long accountId) throws RemoteException {
676
public void sync(final long accountId, final boolean
updateFolderList
,
Completed in 449 milliseconds