Searched refs:startMethodName (Results 1 – 2 of 2) sorted by relevance
25 public final String startMethodName; field in TraceInjectionConfiguration34 startMethodName = startMethodComponents[1]; in TraceInjectionConfiguration()41 + ", startMethod=" + startMethodClass + "." + startMethodName in toString()
83 Method trace = Method.getMethod("void " + mParams.startMethodName + " (long, String)"); in onMethodEnter()