Home
last modified time | relevance | path

Searched refs:startMethodName (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/tools/traceinjection/src/com/android/traceinjection/
H A DTraceInjectionConfiguration.java25 public final String startMethodName; field in TraceInjectionConfiguration
34 startMethodName = startMethodComponents[1]; in TraceInjectionConfiguration()
41 + ", startMethod=" + startMethodClass + "." + startMethodName in toString()
H A DTraceInjectionMethodAdapter.java83 Method trace = Method.getMethod("void " + mParams.startMethodName + " (long, String)"); in onMethodEnter()