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

  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java 33 import com.android.email.mail.store.ImapStore.ImapMessage;
47 * This is a series of unit tests for the ImapStore class. These tests must be locally
58 private ImapStore mStore = null;
59 private ImapStore.ImapFolder mFolder = null;
64 * Setup code. We generate a lightweight ImapStore and ImapStore.ImapFolder.
71 mStore = (ImapStore) ImapStore.newInstance("imap://user:password@server:999",
73 mFolder = (ImapStore.ImapFolder) mStore.getFolder("INBOX");
179 ImapStore store1a = (ImapStore) ImapStore.newInstance("imap://user1:password@server:999"
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
ImapStore.java 89 public class ImapStore extends Store {
126 return new ImapStore(context, uri);
139 private ImapStore(Context context, String uriString) throws MessagingException {
145 throw new MessagingException("Invalid ImapStore URI", use);
224 synchronized (ImapStore.class) {
691 throw new Error("ImapStore.delete() not yet implemented");
    [all...]

Completed in 1265 milliseconds