Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/
DPropertyCheckTest.java40 private static final String PROPERTY = "ro.mock.property"; field in PropertyCheckTest
51 EasyMock.expect(mMockDevice.getProperty(PROPERTY)).andReturn(ACTUAL_VALUE).anyTimes(); in setUp()
60 mOptionSetter.setOptionValue("property-name", PROPERTY); in testWarningMatch()
68 mOptionSetter.setOptionValue("property-name", PROPERTY); in testWarningMismatch()
76 mOptionSetter.setOptionValue("property-name", PROPERTY); in testErrorMatch()
84 mOptionSetter.setOptionValue("property-name", PROPERTY); in testErrorMismatch()