Searched refs:direct_interface0 (Results 1 – 1 of 1) sorted by relevance
231 ObjPtr<mirror::Class> direct_interface0 = array->GetDirectInterface(0); in AssertArrayClass() local232 EXPECT_TRUE(direct_interface0 != nullptr); in AssertArrayClass()233 EXPECT_STREQ(direct_interface0->GetDescriptor(&temp), "Ljava/lang/Cloneable;"); in AssertArrayClass()