Home
last modified time | relevance | path

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

/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/invoker/logger/
DInvocationLocal.java66 return CurrentInvocation.getLocal(this); in get()
DCurrentInvocation.java185 static <T> T getLocal(InvocationLocal<T> local) { in getLocal() method in CurrentInvocation