Searched defs:ofMethod (Results 1 – 4 of 4) sorted by relevance
181 Method ofMethod = stream(forwardingClass.getDeclaredMethods()).findFirst().get(); in testClass() local
1082 Optional<ExecutableElement> ofMethod = in validateCustomParcelableWrapper() local1141 ClassName wrappedParamRawType, ExecutableElement ofMethod) { in ofMethodHasExpectedArguments()
343 static ModuleMethodKind ofMethod(XMethodElement moduleMethod) { in ofMethod() method in ModuleValidator.ModuleMethodKind
286 public static String ofMethod(CtClass returnType, CtClass[] paramTypes) { in ofMethod() method in Descriptor