Searched refs:CALL_SUPER (Results 1 – 6 of 6) sorted by relevance
104 .addAnnotation(AndroidClassNames.CALL_SUPER) in onAttachContextMethod()124 .addAnnotation(AndroidClassNames.CALL_SUPER) in onAttachActivityMethod()
90 .addAnnotation(AndroidClassNames.CALL_SUPER) in onCreate()
105 .addAnnotation(AndroidClassNames.CALL_SUPER) in onCreateMethod()
140 .addAnnotation(AndroidClassNames.CALL_SUPER) in onCreateMethod()
125 .addAnnotation(AndroidClassNames.CALL_SUPER) in onReceiveMethod()
46 public static final ClassName CALL_SUPER = get("androidx.annotation", "CallSuper"); field in AndroidClassNames