Lines Matching full:keep
51 // You can print out the seeds that are matching the keep options below.
68 // Keep a fixed source file attribute and all line number tables to get line
81 keep 'public class * extends android.app.Activity'
82 keep 'public class * extends android.app.Application'
83 keep 'public class * extends android.app.Service'
84 keep 'public class * extends android.content.BroadcastReceiver'
85 keep 'public class * extends android.content.ContentProvider'
90 keep 'public class * extends android.view.View { \
140 keep 'public interface com.android.vending.licensing.ILicensingService'
181 //keep 'public class mypackage.MyClass'
182 //keep 'public interface mypackage.MyInterface'
183 //keep 'public class * implements mypackage.MyInterface'