Searched refs:PROPERTY (Results 1 – 1 of 1) sorted by relevance
40 private static final String PROPERTY = "ro.mock.property"; field in PropertyCheckTest51 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()