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

  /packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSetupIncomingTests.java 58 Intent i = getTestIntent("imap://user:password@server.com:999");
66 Intent i = getTestIntent("imap://user:password@server.com:999");
76 Intent i = getTestIntent("imap://:password@server.com:999");
86 Intent i = getTestIntent("imap://user@server.com:999");
96 Intent i = getTestIntent("imap://user:password@server.com");
146 private Intent getTestIntent(String storeUriString) {
AccountSetupOutgoingTests.java 55 Intent i = getTestIntent("smtp://user:password@server.com:999");
71 Intent i = getTestIntent("smtp://:password@server.com:999");
81 Intent i = getTestIntent("smtp://user@server.com:999");
91 Intent i = getTestIntent("smtp://user:password@server.com");
140 private Intent getTestIntent(String senderUriString) {
AccountSetupNamesTests.java 80 Intent i = getTestIntent("imap", "GoodName");
92 Intent i = getTestIntent("imap", "");
104 Intent i = getTestIntent("eas", "");
124 private Intent getTestIntent(String protocol, String name) {
AccountSetupOptionsTests.java 50 Intent i = getTestIntent("Name", "pop3://user:password@server.com");
63 Intent i = getTestIntent("Name", "imap://user:password@server.com");
82 Intent i = getTestIntent("Name", "eas://user:password@server.com");
117 private Intent getTestIntent(String name, String storeUri) {
AccountSettingsTests.java 81 Intent i = getTestIntent("Name", "pop3://user:password@server.com",
95 Intent i = getTestIntent("Name", "imap://user:password@server.com",
115 Intent i = getTestIntent("Name", "eas://user:password@server.com",
149 private Intent getTestIntent(String name, String storeUri, String senderUri) {
AccountSetupExchangeTests.java 64 Intent i = getTestIntent("eas://user:password@server.com");
72 Intent i = getTestIntent("eas://user:password@server.com");
85 Intent i = getTestIntent("eas://:password@server.com");
95 Intent i = getTestIntent("eas://user@server.com");
182 private Intent getTestIntent(String storeUriString) {
AccountSetupAccountTypeUnitTests.java 81 AccountSetupAccountType activity = startActivity(getTestIntent(acct1), null, null);
103 AccountSetupAccountType activity = startActivity(getTestIntent(acct1), null, null);
128 private Intent getTestIntent(EmailContent.Account account) {

Completed in 154 milliseconds