Home | History | Annotate | Download | only in email

Lines Matching refs:updateMailbox

178      * Functionally this is quite similar to updateMailbox(), but it's a separate API and
194 // Log.d("updateMailbox", "RemoteException" + e);
214 public void updateMailbox(final long accountId, final long mailboxId, final Result callback) {
224 Log.d("updateMailbox", "RemoteException" + e);
444 Log.d("updateMailbox", "RemoteException" + e);
856 * Callback for updateMailbox. Note: This looks a lot like checkMailCallback, but