/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/ |
D | VtsDevicePreparer.java | 267 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/ |
D | CompatibilityBuildHelperTest.java | 52 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/ |
D | TestPlanRunEntity.java | 191 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()
|
D | TestRunEntity.java | 231 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()
|
D | UserFavoriteEntity.java | 100 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()
|
D | TestStatusEntity.java | 138 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()
|
D | DeviceInfoEntity.java | 213 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()
|
D | TestCoverageStatusEntity.java | 200 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()
|
D | CodeCoverageEntity.java | 130 codeCoverageEntity.setProperty(COVERED_LINE_COUNT, this.coveredLineCount); in toEntity() 131 codeCoverageEntity.setProperty(TOTAL_LINE_COUNT, this.totalLineCount); in toEntity()
|
D | TestAcknowledgmentEntity.java | 154 ackEntity.setProperty(TEST_KEY, this.test); in toEntity() 155 ackEntity.setProperty(USER_OBJ, this.userObj); in toEntity() 159 ackEntity.setProperty(CREATED, created); in toEntity()
|
D | CoverageEntity.java | 214 coverageEntity.setProperty(GROUP, group); in toEntity() 217 coverageEntity.setProperty(FILE_PATH, filePath); in toEntity()
|
D | TestEntity.java | 85 testEntity.setProperty(HAS_PROFILING_DATA, this.hasProfilingData); in toEntity()
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/command/ |
D | CompatibilityConsoleTest.java | 30 CompatibilityBuildHelperTest.setProperty("/tmp/foobar"); in setUp() 35 CompatibilityBuildHelperTest.setProperty(null); in tearDown()
|
/test/suite_harness/tools/cts-tradefed/tests/src/com/android/compatibility/tradefed/ |
D | CtsTradefedTest.java | 50 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/ |
D | CtsInstantTradefedTest.java | 50 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/ |
D | ChecksumReporterTest.java | 68 System.setProperty(ROOT_PROPERTY, mRoot.getAbsolutePath()); in setUp()
|
D | ResultReporterTest.java | 95 System.setProperty(ROOT_PROPERTY, mRoot.getAbsolutePath()); in setUp()
|
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/ |
D | show_suite_release.jsp | 258 …<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/ |
D | VtsDevicePreparerTest.java | 168 mPreparer.setProperty("key", "value"); in test_setProp()
|