Searched refs:MailboxFinder (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/
H A DMailboxFinder.java42 public class MailboxFinder { class
74 public MailboxFinder(Context context, long accountId, int mailboxType, Callback callback) { method in class:MailboxFinder
133 Log.i(Logging.LOG_TAG, "MailboxFinder: updateMailboxListCallback");
206 Log.w(Logging.LOG_TAG, "MailboxFinder: Account security hold.");
214 Log.w(Logging.LOG_TAG, "MailboxFinder: Account not found.");
222 Log.w(Logging.LOG_TAG, "MailboxFinder: Mailbox not found.");
231 Log.d(Logging.LOG_TAG, "MailboxFinder: mailbox found: id=" + mailboxId);
241 Log.i(Logging.LOG_TAG, "MailboxFinder: Starting network lookup.");
H A DWelcome.java100 private MailboxFinder mInboxFinder;
284 mInboxFinder = new MailboxFinder(this, mAccountId, Mailbox.TYPE_INBOX,
389 private final MailboxFinder.Callback mMailboxFinderCallback = new MailboxFinder.Callback() {
/packages/apps/Email/tests/src/com/android/email/activity/
H A DMailboxFinderTest.java34 * Test case for {@link MailboxFinder}.
46 private MailboxFinder mMailboxFinder;
77 // MailboxFinder should unregister its listener when closed.
85 * Make sure no {@link MailboxFinder.Callback} is left registered to the controller.
89 assertFalse(callback instanceof MailboxFinder.Callback);
120 * Create a {@link MailboxFinder} and kick it.
127 mMailboxFinder = new MailboxFinder(mProviderContext, accountId, mailboxType,
136 * Wait until any of the {@link MailboxFinder.Callback} method or
369 * Test: Call {@link MailboxFinder#startLookup()} twice, which should throw an ISE.
416 private static class MockCallback implements MailboxFinder
[all...]

Completed in 341 milliseconds