Searched refs:typeToString (Results 1 – 5 of 5) sorted by relevance
216 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 ReflectionHelper421 sb.append(typeToString(pt.getRawType())); in typeToString()427 sb.append(typeToString(t)); in typeToString()442 String typeName = typeToString(((GenericArrayType) type).getGenericComponentType()); in typeToString()
406 String actualFieldType = ReflectionHelper.typeToString(field.getGenericType()); in checkField()
246 private static String typeToString(int type) { in typeToString() method in SharesheetChooserResultActivity262 + "type=" + typeToString(result.getType()) in resultToString()
4275 method @NonNull public static String typeToString(int);
6247 method public static String typeToString(int, boolean);