Searched refs:getTestIntent (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Email/tests/src/com/android/email/activity/setup/ |
D | AccountSetupIncomingTests.java | 61 Intent i = getTestIntent("imap://user:password@server.com:999"); in setUp() 70 Intent i = getTestIntent("imap://user:password@server.com:999"); in testGoodUri() 81 Intent i = getTestIntent("imap://:password@server.com:999"); in testBadUriNoUser() 92 Intent i = getTestIntent("imap://user@server.com:999"); in testBadUriNoPassword() 103 Intent i = getTestIntent("imap://user:password@server.com"); in testGoodUriNoPort() 187 private Intent getTestIntent(String storeUriString) in getTestIntent() method in AccountSetupIncomingTests
|
D | AccountSetupOptionsTests.java | 56 Intent i = getTestIntent("Name", "pop3://user:password@server.com"); in testPushOptionPOP() 70 Intent i = getTestIntent("Name", "imap://user:password@server.com"); in testPushOptionIMAP() 84 Intent i = getTestIntent("Name", "eas://user:password@server.com"); in testPushOptionEAS() 122 Intent i = getTestIntent("Name", storeUri); in checkBackgroundAttachments() 165 private Intent getTestIntent(String name, String storeUri) in getTestIntent() method in AccountSetupOptionsTests
|
D | AccountSetupOutgoingTests.java | 61 Intent i = getTestIntent("smtp://user:password@server.com:999"); in setUp() 78 Intent i = getTestIntent("smtp://:password@server.com:999"); in testBadUriNoUser() 89 Intent i = getTestIntent("smtp://user@server.com:999"); in testBadUriNoPassword() 100 Intent i = getTestIntent("smtp://user:password@server.com"); in testGoodUriNoPort() 183 private Intent getTestIntent(String senderUriString) in getTestIntent() method in AccountSetupOutgoingTests
|
D | AccountSettingsTests.java | 85 Intent i = getTestIntent("Name", "pop3://user:password@server.com", in disable_testPushOptionPOP() 99 Intent i = getTestIntent("Name", "imap://user:password@server.com", in disable_testPushOptionIMAP() 113 Intent i = getTestIntent("Name", "eas://user:password@server.com", in disable_testPushOptionEAS() 154 private Intent getTestIntent(String name, String storeUri, String senderUri) in getTestIntent() method in AccountSettingsTests
|
D | AccountSetupExchangeTests.java | 68 Intent i = getTestIntent("eas://user:password@server.com"); in setUp() 76 Intent i = getTestIntent("eas://user:password@server.com"); in testGoodUri() 89 Intent i = getTestIntent("eas://:password@server.com"); in testBadUriNoUser() 99 Intent i = getTestIntent("eas://user@server.com"); in testBadUriNoPassword() 230 private Intent getTestIntent(String storeUriString) throws URISyntaxException { in getTestIntent() method in AccountSetupExchangeTests
|
D | AccountSetupAccountTypeTests.java | 75 AccountSetupAccountType activity = startActivity(getTestIntent(), null, null); in testEasOffered() 102 private Intent getTestIntent() { in getTestIntent() method in AccountSetupAccountTypeTests
|