Home
last modified time | relevance | path

Searched defs:local (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/logger/
DInvocationLocalTest.java41 InvocationLocal<Integer> local = new InvocationLocal<>(); in getInitialValueDefaultsToNull() local
51 InvocationLocal<String> local = in getReturnsCustomInitialValue() local
66 InvocationLocal<Object> local = in getReturnsSameInitialValue() local
81 InvocationLocal<Object> local = in getReturnsDifferentValuePerInvocation() local
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/invoker/logger/
DCurrentInvocation.java185 static <T> T getLocal(InvocationLocal<T> local) { in getLocal()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DGCSBucketUtilFuncTest.java89 File local = new File(mLocalRoot, mRemoteRoot); in testDownloadMultiple() local
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DPushFilePreparer.java340 File local = remoteToLocalMapping.get(remotePath); in setUp() local
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DStubDevice.java395 public void pushFile(String local, String remote) throws IOException, in pushFile()
404 public void pullFile(String remote, String local) throws IOException, in pullFile()