Home
last modified time | relevance | path

Searched defs:captured (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/postprocessor/
DAveragePostProcessorTest.java56 Capture<HashMap<String, Metric>> captured = new Capture<>(); in testAverage_double() local
79 Capture<HashMap<String, Metric>> captured = new Capture<>(); in testAverage_long() local
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationTest.java389 Capture<IBuildInfo> captured = new Capture<>(); in testInvoke_noBuild() local
419 Capture<IBuildInfo> captured = new Capture<>(); in testInvoke_noBuildRetry() local
1855 Capture<HashMap<String, Metric>> captured = new Capture<>(); in testMetricCollectionChain() local
1899 Capture<HashMap<String, Metric>> captured = new Capture<>(); in testMetricCollectionChain_disabled() local
1954 Capture<HashMap<String, Metric>> captured = new Capture<>(); in testProcessorCollectionChain() local
2006 Capture<HashMap<String, Metric>> captured = new Capture<>(); in testProcessorCollectionChain_logSaver() local
DTestInvocationMultiTest.java181 Capture<IBuildInfo> captured = new Capture<>(); in testRunBuildProvider_oneMiss() local
/tools/tradefederation/core/tests/src/com/android/tradefed/device/recovery/
DRunConfigDeviceRecoveryTest.java130 Capture<String[]> captured = new Capture<>(); in testRecoverDevice_run() local