blob: f56ffff2c78742459b17b682c9f56c0678a4ef50 [file] [log] [blame]
-keep class com.android.providers.contacts.ContactsDatabaseHelper {
<init>(...);
}
-keep class com.android.vcard.VCardComposer {
boolean init();
int getCount();
}
# Any methods whose name is '*ForTest' are preserved.
-keep class ** {
*** *ForTest(...);
}