Searched refs:startMethodClass (Results 1 – 2 of 2) sorted by relevance
24 public final String startMethodClass; field in TraceInjectionConfiguration33 startMethodClass = startMethodComponents[0]; in TraceInjectionConfiguration()41 + ", startMethod=" + startMethodClass + "." + startMethodName in toString()
82 Type type = Type.getType(toJavaSpecifier(mParams.startMethodClass)); in onMethodEnter()