Lines Matching refs:keep
30 # You can print out the seeds that are matching the keep options below.
47 # Keep a fixed source file attribute and all line number tables to get line
60 -keep public class * extends android.app.Activity
61 -keep public class * extends android.app.Application
62 -keep public class * extends android.app.Service
63 -keep public class * extends android.content.BroadcastReceiver
64 -keep public class * extends android.content.ContentProvider
69 -keep public class * extends android.view.View {
106 -keep public interface com.android.vending.licensing.ILicensingService
147 # -keep public class mypackage.MyClass
148 # -keep public interface mypackage.MyInterface
149 # -keep public class * implements mypackage.MyInterface