Searched defs:propertyValue (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridgeRenderSession.java78 public Result setProperty(Object objectView, String propertyName, String propertyValue) { argument
80 return super.setProperty(objectView, propertyName, propertyValue);
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp1289 String8 propertyValue; local
1290 ASSERT_TRUE(mDevice->getConfiguration().tryGetProperty(String8("key"), propertyValue))
1292 ASSERT_STREQ("value", propertyValue.string());

Completed in 1772 milliseconds