Searched refs:TestCalls (Results 1 – 1 of 1) sorted by relevance
720 TestCalls("ConcreteClass", { "JniCallNonOverridenDefaultMethod", in Test()726 TestCalls("DefaultInterface", { "JniCallNonOverridenDefaultMethod", in Test()731 TestCalls("AbstractInterface", { "JniCallSoftConflictMethod" }); in Test()732 TestCalls("ConflictInterface", { "JniCallConflictDefaultMethod" }); in Test()736 void TestCalls(const char* declaring_class, const std::vector<const char*>& methods) { in TestCalls() function in art::JniCallDefaultMethodsTest