Searched refs:JAVA_ENUM_VALUES (Results 1 – 2 of 2) sorted by relevance
20 import com.android.tools.metalava.model.JAVA_ENUM_VALUES80 val values = fooClass.assertMethod(JAVA_ENUM_VALUES, "java.lang.String") in Test enum synthetic methods are not included in the enum class()81 assertThat(fooClass.methods().filter { it.name() == JAVA_ENUM_VALUES }) in Test enum synthetic methods are not included in the enum class()
19 const val JAVA_ENUM_VALUES = "values" constant