Searched refs:propertyValue (Results 1 - 4 of 4) 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/opt/vcard/java/com/android/vcard/
H A DVCardParserImpl_V21.java717 final String propertyValue = getPotentialMultiline(propertyRawValue);
719 VCardUtils.constructListFromValue(propertyValue, getVersion());
H A DVCardBuilder.java2109 for (String propertyValue : propertyValueList) {
2110 if (!VCardUtils.containsOnlyPrintableAscii(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 207 milliseconds