Searched refs:shouldBeRemote (Results 1 – 2 of 2) sorted by relevance
62 bool shouldBeRemote; member69 #define shouldBeRemote GetParam().shouldBeRemote macro86 ASSERT_EQ(shouldBeRemote, iface->isRemote()); in TEST_P()164 if (shouldBeRemote) { in TEST_P()
66 …public JavaClientTest(Class serviceClass, String expectedName, boolean shouldBeRemote, boolean sho… in JavaClientTest() argument69 mShouldBeRemote = shouldBeRemote; in JavaClientTest()