Home | History | Annotate | Download | only in email

Lines Matching refs:Status

68          * Refresh status of a mailbox list or a message list has changed.
89 * Status of a mailbox list/message list.
91 /* package */ static class Status {
139 * Map of accounts/mailboxes to {@link Status}.
142 private final HashMap<Long, Status> mMap = new HashMap<Long, Status>();
144 public Status get(long id) {
145 Status s = mMap.get(id);
147 s = new Status();
154 for (Status s : mMap.values()) {
213 final Status status = mMailboxListStatus.get(accountId);
214 if (!status.canRefresh()) return false;
219 status.onRefreshRequested();
251 final Status status = mMessageListStatus.get(mailboxId);
252 if (!status.canRefresh()) return false;
258 status.onRefreshRequested();
347 /* package */ Status getMailboxListStatusForTest(long accountId) {
351 /* package */ Status getMessageListStatusForTest(long mailboxId) {
404 * we need to keep track of their status separately.
432 * We don't keep track of the status of outboxes, but we monitor this to catch