Home
last modified time | relevance | path

Searched refs:isMethodGenerationSuppressed (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/tools/codegen/src/com/android/codegen/
H A DGenerators.kt139 if (!isMethodGenerationSuppressed(metodName, Type)) {
184 if (isMethodGenerationSuppressed("buildUpon")) return
428 if (!isMethodGenerationSuppressed("writeToParcel", Parcel, "int")) {
474 if (!isMethodGenerationSuppressed("describeContents")) {
625 if (!isMethodGenerationSuppressed("equals", "Object")) {
652 if (!isMethodGenerationSuppressed("hashCode")) {
678 if (!isMethodGenerationSuppressed("toString")) {
705 if (!isMethodGenerationSuppressed("set$NameUpperCamel", Type)
724 if (!isMethodGenerationSuppressed(methodName) && !fieldAst.isPublic) {
H A DClassPrinter.kt191 fun isMethodGenerationSuppressed(name: String, vararg argTypes: String): Boolean { regex