Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
DAsmGeneratorTest.java436 Class<?> emptyArrayClass = classLoader.loadClass(modifiedClass); in testMethodInjection() local
437 Object emptyArrayInstance = emptyArrayClass.newInstance(); in testMethodInjection()
438 Method method = emptyArrayClass.getMethod("getFrameworkClassLoader"); in testMethodInjection()