Home | History | Annotate | Download | only in email

Lines Matching full:refresh

33  * Class that handles "refresh" (and "send pending messages" for outboxes) related functionalities.
37 * <li>Taking refresh requests of mailbox-lists and message-lists and the "send outgoing
39 * Note at this point the timer-based refresh
43 * Refresh requests will be ignored if a request to the same target is already requested, or is
68 * Refresh status of a mailbox list or a message list has changed.
93 * True if a refresh of the mailbox is requested, and not finished yet.
100 * Set true when {@link #onRefreshRequested} is called, i.e. refresh is requested by UI.
101 * Note refresh can occur without a request from UI as well (e.g. timer based refresh).
127 // Refresh started
130 // Refresh finished
210 * Refresh the mailbox list of an account.
236 * Refresh messages in a mailbox.
367 * Callback for mailbox list refresh.
385 * Callback for explicit (user-driven) mailbox refresh.
399 * Callback for implicit (timer-based) mailbox refresh.
403 * If both the explicit refresh and the implicit refresh can run at the same time,