Home
last modified time | relevance | path

Searched refs:typeToString (Results 1 – 4 of 4) sorted by relevance

/cts/tests/signature/lib/common/src/android/signature/cts/
DReflectionHelper.java216 String reflectionParam = typeToString(reflectionParamType); in compareParam()
320 String reflectionReturnType = typeToString(reflectedMethod.getGenericReturnType()); in matchesSignature()
400 sb.append(typeToString(t)); in concatWildcardTypes()
416 public static String typeToString(Type type) { in typeToString() method in ReflectionHelper
421 sb.append(typeToString(pt.getRawType())); in typeToString()
427 sb.append(typeToString(t)); in typeToString()
442 String typeName = typeToString(((GenericArrayType) type).getGenericComponentType()); in typeToString()
DApiComplianceChecker.java398 String actualFieldType = ReflectionHelper.typeToString(field.getGenericType()); in checkField()
/cts/common/device-side/bedstead/remoteframeworkclasses/src/processor/res/apis/
Dtest-current.txt3912 method @NonNull public static String typeToString(int);
Dsystem-current.txt5304 method public static String typeToString(int, boolean);