Searched refs:checkBackgroundAttachments (Results 1 – 1 of 1) sorted by relevance
101 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