Home
last modified time | relevance | path

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

/frameworks/layoutlib/create/tests/src/com/android/tools/layoutlib/create/
DClassHasNativeVisitorTest.java41 assertArrayEquals(new String[] { "native_method" }, cv.getMethodsFound()); in testHasNative()
53 assertArrayEquals(new String[0], cv.getMethodsFound()); in testHasNoNative()
65 public String[] getMethodsFound() { in getMethodsFound() method in ClassHasNativeVisitorTest.MockClassHasNativeVisitor