Searched refs:kAnotherClassWithSameDescriptor (Results 1 – 3 of 3) sorted by relevance
59 const AIBinder_Class* SampleData::kAnotherClassWithSameDescriptor = AIBinder_Class_define( member in SampleData
53 EXPECT_FALSE(AIBinder_associateClass(binder, SampleData::kAnotherClassWithSameDescriptor)); in TEST_F()64 EXPECT_NE(SampleData::kClass, SampleData::kAnotherClassWithSameDescriptor); in TEST_F()67 AIBinder_Class_getDescriptor(SampleData::kAnotherClassWithSameDescriptor)); in TEST_F()
97 static const AIBinder_Class* kAnotherClassWithSameDescriptor; member