Searched refs:TestCalls (Results 1 – 1 of 1) sorted by relevance
671 TestCalls("ConcreteClass", { "JniCallNonOverridenDefaultMethod", in Test()677 TestCalls("DefaultInterface", { "JniCallNonOverridenDefaultMethod", in Test()682 TestCalls("AbstractInterface", { "JniCallSoftConflictMethod" }); in Test()683 TestCalls("ConflictInterface", { "JniCallConflictDefaultMethod" }); in Test()687 void TestCalls(const char* declaring_class, std::vector<const char*> methods) { in TestCalls() function in art::JniCallDefaultMethodsTest