Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/traceinjection/src/com/android/traceinjection/
H A DTraceInjectionConfiguration.java24 public final String startMethodClass; field in TraceInjectionConfiguration
33 startMethodClass = startMethodComponents[0]; in TraceInjectionConfiguration()
41 + ", startMethod=" + startMethodClass + "." + startMethodName in toString()
H A DTraceInjectionMethodAdapter.java82 Type type = Type.getType(toJavaSpecifier(mParams.startMethodClass)); in onMethodEnter()