Home
last modified time | relevance | path

Searched refs:setProperty (Results 1 – 19 of 19) sorted by relevance

/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
DVtsDevicePreparer.java267 this.setProperty(SYSPROP_RADIO_LOG, "1"); in radioLogPreRebootSetup()
291 this.setProperty(SYSPROP_RADIO_LOG, "0"); in radioLogPreTearDown()
295 this.setProperty(SYSPROP_RADIO_LOG, "1"); in radioLogPreTearDown()
429 this.setProperty(SYSPROP_SYS_BOOT_COMPLETED, "0"); in stopFramework()
450 this.setProperty(SYSPROP_VTS_NATIVE_SERVER, "0"); in startNativeServers()
459 this.setProperty(SYSPROP_VTS_NATIVE_SERVER, "1"); in stopNativeServers()
471 void setProperty(String key, String value) throws DeviceNotAvailableException { in setProperty() method in VtsDevicePreparer
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildHelperTest.java52 setProperty(mRoot.getAbsolutePath()); in setUp()
80 setProperty(null); in tearDown()
95 setProperty(mRoot.getAbsolutePath()); in testSuiteInfoLoad()
106 setProperty(null); in testProperty()
125 setProperty(mRoot.getAbsolutePath()); in testProperty()
133 setProperty(mRoot.getAbsolutePath()); in testValidation()
150 setProperty(mRoot.getAbsolutePath()); in testDirs()
377 public static void setProperty(String value) { in setProperty() method in CompatibilityBuildHelperTest
381 System.setProperty(ROOT_PROPERTY, value); in setProperty()
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestPlanRunEntity.java191 planRun.setProperty(TEST_PLAN_NAME, this.testPlanName); in toEntity()
192 planRun.setProperty(TYPE, this.type); in toEntity()
193 planRun.setProperty(START_TIMESTAMP, this.startTimestamp); in toEntity()
194 planRun.setProperty(END_TIMESTAMP, this.endTimestamp); in toEntity()
195 planRun.setProperty(TEST_BUILD_ID, this.testBuildId.toLowerCase()); in toEntity()
196 planRun.setProperty(PASS_COUNT, this.passCount); in toEntity()
197 planRun.setProperty(FAIL_COUNT, this.failCount); in toEntity()
DTestRunEntity.java231 testRunEntity.setProperty(TEST_NAME, this.testName); in toEntity()
232 testRunEntity.setProperty(TYPE, this.type); in toEntity()
233 testRunEntity.setProperty(START_TIMESTAMP, this.startTimestamp); in toEntity()
235 testRunEntity.setProperty(TEST_BUILD_ID, this.testBuildId.toLowerCase()); in toEntity()
236 testRunEntity.setProperty(HOST_NAME, this.hostName.toLowerCase()); in toEntity()
237 testRunEntity.setProperty(PASS_COUNT, this.passCount); in toEntity()
238 testRunEntity.setProperty(FAIL_COUNT, this.failCount); in toEntity()
239 testRunEntity.setProperty(HAS_CODE_COVERAGE, this.hasCodeCoverage); in toEntity()
DUserFavoriteEntity.java100 favoriteEntity.setProperty(USER, this.user); in toEntity()
101 favoriteEntity.setProperty(TEST_KEY, this.testKey); in toEntity()
102 favoriteEntity.setProperty(MUTE_NOTIFICATIONS, this.muteNotifications); in toEntity()
DTestStatusEntity.java138 testEntity.setProperty(UPDATED_TIMESTAMP, this.updatedTimestamp); in toEntity()
139 testEntity.setProperty(PASS_COUNT, this.passCount); in toEntity()
140 testEntity.setProperty(FAIL_COUNT, this.failCount); in toEntity()
DDeviceInfoEntity.java213 deviceEntity.setProperty(BRANCH, this.branch.toLowerCase()); in toEntity()
214 deviceEntity.setProperty(PRODUCT, this.product.toLowerCase()); in toEntity()
215 deviceEntity.setProperty(BUILD_FLAVOR, this.buildFlavor.toLowerCase()); in toEntity()
216 deviceEntity.setProperty(BUILD_ID, this.buildId.toLowerCase()); in toEntity()
DTestCoverageStatusEntity.java200 testEntity.setProperty(UPDATED_TIMESTAMP, this.updatedTimestamp); in toEntity()
201 testEntity.setProperty(COVERED_LINE_COUNT, this.coveredLineCount); in toEntity()
202 testEntity.setProperty(TOTAL_LINE_COUNT, this.totalLineCount); in toEntity()
DCodeCoverageEntity.java130 codeCoverageEntity.setProperty(COVERED_LINE_COUNT, this.coveredLineCount); in toEntity()
131 codeCoverageEntity.setProperty(TOTAL_LINE_COUNT, this.totalLineCount); in toEntity()
DTestAcknowledgmentEntity.java154 ackEntity.setProperty(TEST_KEY, this.test); in toEntity()
155 ackEntity.setProperty(USER_OBJ, this.userObj); in toEntity()
159 ackEntity.setProperty(CREATED, created); in toEntity()
DCoverageEntity.java214 coverageEntity.setProperty(GROUP, group); in toEntity()
217 coverageEntity.setProperty(FILE_PATH, filePath); in toEntity()
DTestEntity.java85 testEntity.setProperty(HAS_PROFILING_DATA, this.hasProfilingData); in toEntity()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/command/
DCompatibilityConsoleTest.java30 CompatibilityBuildHelperTest.setProperty("/tmp/foobar"); in setUp()
35 CompatibilityBuildHelperTest.setProperty(null); in tearDown()
/test/suite_harness/tools/cts-tradefed/tests/src/com/android/compatibility/tradefed/
DCtsTradefedTest.java50 System.setProperty(PROPERTY_NAME, mOriginalProperty); in tearDown()
58 System.setProperty(PROPERTY_NAME, root.getAbsolutePath()); in testSuiteInfoLoad()
/test/suite_harness/tools/cts-instant-tradefed/tests/src/com/android/compatibility/tradefed/
DCtsInstantTradefedTest.java50 System.setProperty(PROPERTY_NAME, mOriginalProperty); in tearDown()
58 System.setProperty(PROPERTY_NAME, root.getAbsolutePath()); in testSuiteInfoLoad()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DChecksumReporterTest.java68 System.setProperty(ROOT_PROPERTY, mRoot.getAbsolutePath()); in setUp()
DResultReporterTest.java95 System.setProperty(ROOT_PROPERTY, mRoot.getAbsolutePath()); in setUp()
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_suite_release.jsp258 …<jsp:setProperty name="startDateObject" property="time" value="${testSuiteResultEntity.startTime}"…
259 … <jsp:setProperty name="endDateObject" property="time" value="${testSuiteResultEntity.endTime}"/>
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/targetprep/
DVtsDevicePreparerTest.java168 mPreparer.setProperty("key", "value"); in test_setProp()