Home
last modified time | relevance | path

Searched refs:getValueFromConfig (Results 1 – 4 of 4) sorted by relevance

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/util/
DDynamicConfigFileReaderTest.java77 DynamicConfigFileReader.getValueFromConfig(mConfigFile, "doesnotexit"); in testGetValueFromFile_invalidFile()
90 String res = DynamicConfigFileReader.getValueFromConfig(mConfigFile, "doesnotexit"); in testGetValueFromFile_keyNotFound()
100 String res = DynamicConfigFileReader.getValueFromConfig(mConfigFile, "media_files_url"); in testGetValueFromFile()
110 String res = DynamicConfigFileReader.getValueFromConfig( in testGetValueFromBuild()
121 String res = DynamicConfigFileReader.getValueFromConfig( in testGetValueFromBuild_moduleNotFound()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
DDynamicConfigFileReader.java42 public static String getValueFromConfig(File file, String key) in getValueFromConfig() method in DynamicConfigFileReader
72 public static String getValueFromConfig(IBuildInfo info, String moduleName, String key) in getValueFromConfig() method in DynamicConfigFileReader
80 return getValueFromConfig(dynamicConfig, key); in getValueFromConfig()
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DDynamicConfigHostSide.java46 public static String getValueFromConfig(File file, String key) in getValueFromConfig() method in DynamicConfigHostSide
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DMediaPreparer.java276 DynamicConfigFileReader.getValueFromConfig( in downloadMediaToHost()