Searched refs:mMethodsFound (Results 1 – 1 of 1) sorted by relevance
63 private ArrayList<String> mMethodsFound = new ArrayList<>(); field in ClassHasNativeVisitorTest.MockClassHasNativeVisitor66 return mMethodsFound.toArray(new String[mMethodsFound.size()]); in getMethodsFound()72 mMethodsFound.add(methodName); in setHasNativeMethods()