Searched refs:kOtherName (Results 1 – 1 of 1) sorted by relevance
728 const std::string kOtherName = "something-different"; in TEST_F() local734 EXPECT_EQ(::android::OK, child->registerAsService(kOtherName)); in TEST_F()747 EXPECT_TRUE(interfacesEqual(child, IChild::getService(kOtherName))); in TEST_F()748 EXPECT_TRUE(interfacesEqual(child, IParent::getService(kOtherName))); in TEST_F()