Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/traceinjection/src/com/android/traceinjection/
H A DTraceInjectionConfiguration.java27 public final String endMethodName; field in TraceInjectionConfiguration
36 endMethodName = endMethodComponents[1]; in TraceInjectionConfiguration()
42 + ", endMethod=" + endMethodClass + "." + endMethodName + "}"; in toString()
H A DTraceInjectionMethodAdapter.java107 Method trace = Method.getMethod("void " + mParams.endMethodName + " (long)"); in onFinally()