Home
last modified time | relevance | path

Searched refs:isEnumConstant (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/reflect/
DFieldTest.java65 assertTrue(Thread.State.class.getDeclaredField("BLOCKED").isEnumConstant()); in testEnumValueField()
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
DField.java53 public boolean isEnumConstant() { in isEnumConstant() method in Field
/libcore/ojluni/src/main/java/java/lang/reflect/
DField.java125 public boolean isEnumConstant() { in isEnumConstant() method in Field
/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/
DField.annotated.java42 public boolean isEnumConstant() { throw new RuntimeException("Stub!"); } in isEnumConstant() method in Field
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DFieldTest.java1547 assertTrue("Enum constant not recognized", field.isEnumConstant()); in test_isEnumConstant()
1551 .isEnumConstant()); in test_isEnumConstant()
1555 .isEnumConstant()); in test_isEnumConstant()
/libcore/api/
Dcurrent.txt4512 method public boolean isEnumConstant();