Lines Matching defs:mailboxId
74 public void onRefreshStatusChanged(long accountId, long mailboxId); in onRefreshStatusChanged()
83 public void onMessagingError(long accountId, long mailboxId, String message); in onMessagingError()
225 public boolean isMailboxStale(long mailboxId) { in isMailboxStale()
238 public boolean refreshMessageList(long accountId, long mailboxId, boolean userRequest) { in refreshMessageList()
245 public boolean loadMoreMessages(long accountId, long mailboxId) { in loadMoreMessages()
249 private boolean refreshMessageList(long accountId, long mailboxId, boolean loadMoreMessages, in refreshMessageList()
306 public long getLastMessageListRefreshTime(long mailboxId) { in getLastMessageListRefreshTime()
314 public boolean isMessageListRefreshing(long mailboxId) { in isMessageListRefreshing()
330 private void notifyRefreshStatusChanged(long accountId, long mailboxId) { in notifyRefreshStatusChanged()
336 private void reportError(long accountId, long mailboxId, String errorMessage) { in reportError()
351 /* package */ Status getMessageListStatusForTest(long mailboxId) { in getMessageListStatusForTest()
389 long mailboxId, int progress, int dontUseNumNewMessages, in updateMailboxCallback()
408 MessagingException exception, long accountId, long mailboxId, int progress, in serviceCheckMailCallback()
418 long mailboxId, int progress, int dontUseNumNewMessages) { in updateMailboxCallbackInternal()