Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/config/yaml/
DConfigurationYamlParserTest.java96 assertThat(((PushFilePreparer) pushFile).getPushSpecs(null)) in testParseConfig()
135 assertThat(((PushFilePreparer) pushFile).getPushSpecs(null)) in testParseModule()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DPushFilePreparer.java150 public final Map<String, File> getPushSpecs(DeviceDescriptor descriptor) in getPushSpecs() method in PushFilePreparer
338 Map<String, File> remoteToLocalMapping = getPushSpecs(device.getDeviceDescriptor()); in setUp()