Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewTest.java210 final Class<?>[] ctorSignature = new Class[] { in testConstructor2() local
214 Constructor<?> constructor = clazz.getConstructor(ctorSignature); in testConstructor2()