Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/email/activity/setup/
DAccountSetupOptionsTests.java101 checkBackgroundAttachments("pop3://user:password@server.com", false); in testBackgroundAttachmentsPop()
109 checkBackgroundAttachments("imap://user:password@server.com", true); in testBackgroundAttachmentsImap()
117 checkBackgroundAttachments("eas://user:password@server.com", true); in testBackgroundAttachmentsEas()
123 private void checkBackgroundAttachments(String storeUri, boolean expectVisible) in checkBackgroundAttachments() method in AccountSetupOptionsTests