Searched refs:JAVA_ENUM_VALUE_OF (Results 1 – 2 of 2) sorted by relevance
21 import com.android.tools.metalava.model.JAVA_ENUM_VALUE_OF85 val valueOf = fooClass.assertMethod(JAVA_ENUM_VALUE_OF, "int") in Test enum synthetic methods are not included in the enum class()86 assertThat(fooClass.methods().filter { it.name() == JAVA_ENUM_VALUE_OF }) in Test enum synthetic methods are not included in the enum class()
20 const val JAVA_ENUM_VALUE_OF = "valueOf" constant