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

/packages/apps/Email/src/com/android/email/activity/
H A DMailboxFinder.java39 * This is a "one-shot" class. You create an instance, call {@link #startLookup}, get a result
94 public void startLookup() { method in class:MailboxFinder
H A DWelcome.java286 mInboxFinder.startLookup();
/packages/apps/Email/tests/src/com/android/email/activity/
H A DMailboxFinderTest.java129 mMailboxFinder.startLookup();
369 * Test: Call {@link MailboxFinder#startLookup()} twice, which should throw an ISE.
376 mMailboxFinder.startLookup();

Completed in 85 milliseconds