summaryrefslogtreecommitdiffstats
path: root/proguard-test.flags
diff options
context:
space:
mode:
Diffstat (limited to 'proguard-test.flags')
-rw-r--r--proguard-test.flags20
1 files changed, 20 insertions, 0 deletions
diff --git a/proguard-test.flags b/proguard-test.flags
index 44e18a734..6c6c031f2 100644
--- a/proguard-test.flags
+++ b/proguard-test.flags
@@ -74,3 +74,23 @@
<init>(java.io.InputStream);
}
+-keepclasseswithmembers class com.android.mail.utils.Throttle {
+ *** getTimeoutForTest();
+}
+
+-keepclasseswithmembers class com.android.emailcommon.VendorPolicyLoader {
+ *** clearInstanceForTest();
+ *** injectPolicyForTest(android.content.Context, java.lang.String, java.lang.Class);
+}
+
+-keepclasseswithmembers class com.android.email.mail.store.imap.ImapElement {
+ *** equalsForTest(com.android.email.mail.store.imap.ImapElement);
+}
+
+-keepclasseswithmembers class com.android.email.mail.store.imap.ImapTempFileLiteral {
+ *** tempFileExistsForTest();
+}
+
+-keepclasseswithmembers class com.android.emailcommon.utility.EmailAsyncTask$Tracker {
+ <init>();
+}