Searched refs:getTestIntent (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/activity/setup/
H A DAccountSetupIncomingTests.java63 Intent i = getTestIntent("imap://user:password@server.com:999");
77 Intent i = getTestIntent("imap://user:password@server.com:999");
88 Intent i = getTestIntent("imap://:password@server.com:999");
99 Intent i = getTestIntent("imap://user@server.com:999");
110 Intent i = getTestIntent("imap://user:password@server.com");
193 private Intent getTestIntent(String storeUriString) method in class:AccountSetupIncomingTests
H A DEmailPreferenceActivityTests.java86 Intent i = getTestIntent("Name", "pop3://user:password@server.com",
100 Intent i = getTestIntent("Name", "imap://user:password@server.com",
114 Intent i = getTestIntent("Name", "eas://user:password@server.com",
155 private Intent getTestIntent(String name, String storeUri, String senderUri) method in class:EmailPreferenceActivityTests
H A DAccountSetupOptionsTests.java58 Intent i = getTestIntent("Name", "pop3://user:password@server.com");
72 Intent i = getTestIntent("Name", "imap://user:password@server.com");
86 Intent i = getTestIntent("Name", "eas://user:password@server.com");
124 Intent i = getTestIntent("Name", storeUri);
167 private Intent getTestIntent(String name, String storeUri) method in class:AccountSetupOptionsTests
H A DAccountSetupOutgoingTests.java62 Intent i = getTestIntent("smtp://user:password@server.com:999");
85 Intent i = getTestIntent("smtp://:password@server.com:999");
104 Intent i = getTestIntent("smtp://user@server.com:999");
115 Intent i = getTestIntent("smtp://user:password@server.com");
198 private Intent getTestIntent(String senderUriString) method in class:AccountSetupOutgoingTests

Completed in 92 milliseconds