Home | History | Annotate | Download | only in tests

Lines Matching refs:propertyValue

1319     String8 propertyValue;
1320 ASSERT_TRUE(mDevice->getConfiguration().tryGetProperty(String8("key"), propertyValue))
1322 ASSERT_STREQ("value", propertyValue.string());