HomeSort by relevance Sort by last modified time
    Searched refs:updateMailboxListCallback (Results 1 - 7 of 7) sorted by null

  /packages/apps/Email/src/com/android/email/
ControllerResultUiThreadWrapper.java 123 public void updateMailboxListCallback(final MessagingException result, final long accountId,
128 mWrappee.updateMailboxListCallback(result, accountId, progress);
Controller.java     [all...]
RefreshManager.java 370 public void updateMailboxListCallback(MessagingException exception, long accountId,
373 Log.d(Logging.LOG_TAG, "updateMailboxListCallback " + accountId + ", " + progress
  /packages/apps/Email/tests/src/com/android/email/activity/
MailboxFinderTest.java 240 mMailboxFinder.getControllerResultsForTest().updateMailboxListCallback(
273 mMailboxFinder.getControllerResultsForTest().updateMailboxListCallback(
307 mMailboxFinder.getControllerResultsForTest().updateMailboxListCallback(
322 * Test: updateMailboxListCallback won't respond to update of a non-target account.
334 mMailboxFinder.getControllerResultsForTest().updateMailboxListCallback(
  /packages/apps/Email/src/com/android/email/activity/
MailboxFinder.java 128 public void updateMailboxListCallback(MessagingException result, long accountId,
133 Log.i(Logging.LOG_TAG, "MailboxFinder: updateMailboxListCallback");
EmailActivity.java 372 public void updateMailboxListCallback(
  /packages/apps/Email/tests/src/com/android/email/
RefreshManagerTest.java 165 mController.mListener.updateMailboxListCallback(null, ACCOUNT_1, 0);
177 mController.mListener.updateMailboxListCallback(null, ACCOUNT_1, 100);
194 mController.mListener.updateMailboxListCallback(null, ACCOUNT_2, 0);
205 mController.mListener.updateMailboxListCallback(EXCEPTION, ACCOUNT_2, 0);

Completed in 655 milliseconds