Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/email/activity/setup/
DAccountSetupIncomingTests.java64 Intent i = getTestIntent("imap://user:password@server.com:999"); in setUp()
78 Intent i = getTestIntent("imap://user:password@server.com:999"); in testGoodUri()
89 Intent i = getTestIntent("imap://:password@server.com:999"); in testBadUriNoUser()
100 Intent i = getTestIntent("imap://user@server.com:999"); in testBadUriNoPassword()
111 Intent i = getTestIntent("imap://user:password@server.com"); in testGoodUriNoPort()
194 private Intent getTestIntent(String storeUriString) in getTestIntent() method in AccountSetupIncomingTests
DAccountSetupOptionsTests.java59 Intent i = getTestIntent("Name", "pop3://user:password@server.com"); in testPushOptionPOP()
73 Intent i = getTestIntent("Name", "imap://user:password@server.com"); in testPushOptionIMAP()
87 Intent i = getTestIntent("Name", "eas://user:password@server.com"); in testPushOptionEAS()
125 Intent i = getTestIntent("Name", storeUri); in checkBackgroundAttachments()
168 private Intent getTestIntent(String name, String storeUri) in getTestIntent() method in AccountSetupOptionsTests
DAccountSetupOutgoingTests.java63 Intent i = getTestIntent("smtp://user:password@server.com:999"); in setUp()
86 Intent i = getTestIntent("smtp://:password@server.com:999"); in testBadUriNoUser()
105 Intent i = getTestIntent("smtp://user@server.com:999"); in testBadUriNoPassword()
116 Intent i = getTestIntent("smtp://user:password@server.com"); in testGoodUriNoPort()
199 private Intent getTestIntent(String senderUriString) in getTestIntent() method in AccountSetupOutgoingTests
DEmailPreferenceActivityTests.java86 Intent i = getTestIntent("Name", "pop3://user:password@server.com", in testPushOptionPOP()
100 Intent i = getTestIntent("Name", "imap://user:password@server.com", in testPushOptionIMAP()
114 Intent i = getTestIntent("Name", "eas://user:password@server.com", in testPushOptionEAS()
155 private Intent getTestIntent(String name, String storeUri, String senderUri) in getTestIntent() method in EmailPreferenceActivityTests