Home
last modified time | relevance | path

Searched refs:typeToString (Results 1 – 6 of 6) 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.java403 String actualFieldType = ReflectionHelper.typeToString(field.getGenericType()); in checkField()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sharesheet/
DSharesheetChooserResultActivity.java240 private static String typeToString(int type) { in typeToString() method in SharesheetChooserResultActivity
256 + "type=" + typeToString(result.getType()) in resultToString()
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dtest-current.txt4126 method @NonNull public static String typeToString(int);
Dsystem-current.txt6027 method public static String typeToString(int, boolean);