Lines Matching refs:keep
31 # You can print out the seeds that are matching the keep options below.
48 # Keep a fixed source file attribute and all line number tables to get line
61 -keep public class * extends android.app.Activity
62 -keep public class * extends android.app.Application
63 -keep public class * extends android.app.Service
64 -keep public class * extends android.content.BroadcastReceiver
65 -keep public class * extends android.content.ContentProvider
70 -keep public class * extends android.view.View {
120 -keep public interface com.android.vending.licensing.ILicensingService
161 # -keep public class mypackage.MyClass
162 # -keep public interface mypackage.MyInterface
163 # -keep public class * implements mypackage.MyInterface