Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/traceinjection/src/com/android/traceinjection/
H A DTraceInjectionConfiguration.java26 public final String endMethodClass; field in TraceInjectionConfiguration
35 endMethodClass = endMethodComponents[0]; in TraceInjectionConfiguration()
42 + ", endMethod=" + endMethodClass + "." + endMethodName + "}"; in toString()
H A DTraceInjectionMethodAdapter.java106 Type type = Type.getType(toJavaSpecifier(mParams.endMethodClass)); in onFinally()