1-keep class com.android.contacts.model.Sources { 2 public <init>(...); 3} 4 5# TODO: Instead of keeping the following two functions we could as well just remove them completely 6# as they are only used in test code 7 8-keep class com.android.contacts.model.EntityDelta { 9 public com.android.contacts.model.EntityDelta$ValuesDelta getSuperPrimaryEntry(java.lang.String,boolean); 10} 11 12-keep class com.android.contacts.model.EntityDelta$ValuesDelta { 13 public android.content.ContentValues getAfter(); 14} 15