Searched refs:methodToString (Results 1 – 1 of 1) sorted by relevance
385 Log.i(TAG, "Invoking " + ReflectionUtils.methodToString(bestConstructor) + " with " in constructEmpty()391 ReflectionUtils.methodToString(bestConstructor)), e); in constructEmpty()405 "Invoking " + ReflectionUtils.methodToString(bestFactoryMethod) + " with " in constructEmpty()439 Log.i(TAG, "Invoking " + ReflectionUtils.methodToString(setter) + " with " in invokeAllSetters()445 "Error invoking setter " + ReflectionUtils.methodToString(setter), e); in invokeAllSetters()452 Log.i(TAG, "About to generate parameters for " + ReflectionUtils.methodToString(executable) in generateParameters()500 static String methodToString(Executable executable) { in methodToString() method in NotificationVisitUrisTest.ReflectionUtils