Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestSuiteResultEntity.java320 public static void setPropertyValues(Properties newSystemConfigProp) { in setPropertyValues() argument
321 systemConfigProp = newSystemConfigProp; in setPropertyValues()
322 bugTrackingSystemProp = getBugTrackingSystemProp(newSystemConfigProp); in setPropertyValues()
325 private static Properties getBugTrackingSystemProp(Properties newSystemConfigProp) { in getBugTrackingSystemProp() argument
328 String bugTrackingSystem = newSystemConfigProp.getProperty("bug.tracking.system"); in getBugTrackingSystemProp()
DCoverageEntity.java164 public static void setPropertyValues(Properties newSystemConfigProp) { in setPropertyValues() argument
165 GERRIT_URI = newSystemConfigProp.getProperty("gerrit.uri"); in setPropertyValues()