1# TODO(b/373579455): Evaluate if <init> needs to be kept. 2-keep @com.android.internal.annotations.VisibleForTesting class * { 3 void <init>(); 4} 5-keep public class * extends android.widget.ListView { 6 public *; 7} 8-keep class com.android.server.telecom.TelecomSystem { 9 *; 10} 11-keep class android.telecom.Log { 12 *; 13} 14