Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
DAsmGeneratorTest.java437 Object emptyArrayInstance = emptyArrayClass.newInstance(); in testMethodInjection() local
439 Object cl = method.invoke(emptyArrayInstance); in testMethodInjection()