Home
last modified time | relevance | path

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

/cts/tools/signature-tools/src/signature/model/impl/
DSigParameterizedType.java41 public ITypeReference getOwnerType() { in getOwnerType() method in SigParameterizedType
83 if (thiz.getOwnerType() == null) { in equals()
84 if (other.getOwnerType() != null) { in equals()
87 } else if (Uninitialized.isInitialized(thiz.getOwnerType())) { in equals()
88 if (!Uninitialized.isInitialized(other.getOwnerType())) { in equals()
91 } else if (!thiz.getOwnerType().equals(other.getOwnerType())) { in equals()
111 if (type.getOwnerType() != null) { in toString()
112 builder.append(type.getOwnerType().toString()); in toString()
/cts/tools/signature-tools/test/signature/converter/
DConvertParameterizedTypeTest.java59 ITypeReference ownerType = parametrizedType.getOwnerType(); in convertParameterizedType()
89 assertNotNull(paramType.getOwnerType()); in reflectionTest0()
100 assertNotNull(paramType.getOwnerType()); in reflectionTest1()
113 assertNotNull(paramType.getOwnerType()); in reflectionTest2()
/cts/tools/signature-tools/src/signature/compare/model/subst/
DParameterizedTypeProjection.java40 public ITypeReference getOwnerType() { in getOwnerType() method in ParameterizedTypeProjection
41 ITypeReference ownerType = original.getOwnerType(); in getOwnerType()
/cts/tools/signature-tools/src/signature/model/
DIParameterizedType.java63 ITypeReference getOwnerType(); // A.B<String> -> A in getOwnerType() method
/cts/tools/signature-tools/src/signature/compare/
DApiComparator.java1536 .getOwnerType(), to.getOwnerType(), false);
/cts/tools/dex-tools/dex/
Dclasses0.out.dex21133 public abstract java.lang.reflect.Type getOwnerType()
67784 public java.lang.reflect.Type getOwnerType()