• Home
  • Raw
  • Download

Lines Matching defs:accountId

74         public void onRefreshStatusChanged(long accountId, long mailboxId);  in onRefreshStatusChanged()
83 public void onMessagingError(long accountId, long mailboxId, String message); in onMessagingError()
212 public boolean refreshMailboxList(long accountId) { in refreshMailboxList()
230 public boolean isMailboxListStale(long accountId) { in isMailboxListStale()
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()
271 public boolean sendPendingMessages(long accountId) { in sendPendingMessages()
297 protected void performAction(long accountId) { in performAction()
302 public long getLastMailboxListRefreshTime(long accountId) { in getLastMailboxListRefreshTime()
310 public boolean isMailboxListRefreshing(long accountId) { in isMailboxListRefreshing()
330 private void notifyRefreshStatusChanged(long accountId, long mailboxId) { in notifyRefreshStatusChanged()
336 private void reportError(long accountId, long mailboxId, String errorMessage) { in reportError()
347 /* package */ Status getMailboxListStatusForTest(long accountId) { in getMailboxListStatusForTest()
370 public void updateMailboxListCallback(MessagingException exception, long accountId, in updateMailboxListCallback()
388 public void updateMailboxCallback(MessagingException exception, long accountId, in updateMailboxCallback()
408 MessagingException exception, long accountId, long mailboxId, int progress, in serviceCheckMailCallback()
417 private void updateMailboxCallbackInternal(MessagingException exception, long accountId, in updateMailboxCallbackInternal()
436 public void sendMailCallback(MessagingException exception, long accountId, long messageId, in sendMailCallback()