1 # Any class or method annotated with NeededForTesting or NeededForReflection. 2 -keep @com.android.contacts.common.test.NeededForTesting class * 3 -keep @com.android.contacts.test.NeededForReflection class * 4 -keepclassmembers class * { 5 @com.android.contacts.common.test.NeededForTesting *; 6 @com.android.contacts.test.NeededForReflection *; 7 } 8 9 -verbose 10