Home
last modified time | relevance | path

Searched refs:TestCalls (Results 1 – 1 of 1) sorted by relevance

/art/test/004-JniTest/
Djni_test.cc671 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