Home
last modified time | relevance | path

Searched refs:fieldType (Results 1 – 7 of 7) sorted by relevance

/cts/tests/signature/src/android/signature/cts/
DSignatureTest.java231 String fieldType = parser.getAttributeValue(null, ATTRIBUTE_TYPE); in loadFieldInfo() local
233 return new JDiffField(fieldName, fieldType, modifier); in loadFieldInfo()
DJDiffClassDescription.java247 public JDiffField(String name, String fieldType, int modifier) { in JDiffField() argument
250 mFieldType = fieldType; in JDiffField()
/cts/tools/signature-tools/src/signature/converter/dex/
DGenericSignatureParser.java89 public ITypeReference fieldType; field in GenericSignatureParser
253 this.fieldType = parseFieldTypeSignature(); in parseForField()
DDexToSigConverter.java543 field.setType(parser.fieldType); in convertField()
/cts/tools/signature-tools/test/signature/converter/
DConvertAnnotationTest.java436 IClassReference fieldType = (IClassReference)field.getType(); in testAnnotationDefaultsAnnotation1() local
437 assertEquals("AA", fieldType.getClassDefinition().getName()); in testAnnotationDefaultsAnnotation1()
441 assertSame(aaType, fieldType.getClassDefinition()); in testAnnotationDefaultsAnnotation1()
/cts/tools/signature-tools/src/signature/converter/doclet/
DDocletToSigConverter.java280 ITypeReference fieldType = convertTypeReference(field.type()); in convertAnnotationValue() local
281 IClassReference fieldClassRef = (IClassReference) fieldType; in convertAnnotationValue()
/cts/tools/dex-tools/dex/
Dclasses0.out.dex67666 public java.lang.reflect.Type fieldType