Home
last modified time | relevance | path

Searched defs:fooField (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/tools/metalava/metalava-model-psi/src/test/java/com/android/tools/metalava/model/psi/
H A DPsiFieldItemTest.kt77 val fooField = fooClass.fields().single() in Duplicated field has correct nullability() constant
/aosp_15_r20/external/guice/core/test/com/google/inject/spi/
H A DInjectionPointTest.java61 Field fooField = getClass().getField("foo"); in testFieldInjectionPoint() local
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/reflectionmodel/
H A DReflectionClassDeclarationTest.java160 ResolvedFieldDeclaration fooField = foo.getField("field"); in testGetFieldDeclarationTypeVariableInheritance() local