HomeSort by relevance Sort by last modified time
    Searched full:name_property (Results 1 - 2 of 2) sorted by null

  /system/bt/test/suite/adapter/
adapter_unittest.cc 79 bt_property_t* name_property = GetProperty(BT_PROPERTY_BDNAME); local
80 EXPECT_NE(name_property, nullptr);
81 if (property_equals(name_property, new_name)) {
85 std::string old_name((const char*)property_as_name(name_property)->name,
86 name_property->len);
  /frameworks/base/packages/Shell/tests/src/com/android/shell/
BugreportReceiverTest.java 139 private static final String NAME_PROPERTY = "dumpstate." + PID + ".name";
334 assertPropertyValue(NAME_PROPERTY, NEW_NAME);
338 assertPropertyValue(NAME_PROPERTY, NAME);
344 assertPropertyValue(NAME_PROPERTY, "_etc_passwd");
354 assertPropertyValue(NAME_PROPERTY, NEW_NAME);
409 assertPropertyValue(NAME_PROPERTY, NEW_NAME);
686 SystemProperties.set(NAME_PROPERTY, "Reset");
    [all...]

Completed in 166 milliseconds