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