Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DICreateInfo.java92 Map<String, InjectMethodRunnable> getInjectedMethodsMap(); in getInjectedMethodsMap() method
DCreateInfo.java128 public Map<String, InjectMethodRunnable> getInjectedMethodsMap() { in getInjectedMethodsMap() method in CreateInfo
DAsmGenerator.java183 mInjectedMethodsMap = createInfo.getInjectedMethodsMap(); in AsmGenerator()
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
DAsmGeneratorTest.java146 public Map<String, InjectMethodRunnable> getInjectedMethodsMap() { in testClassRenaming()
226 public Map<String, InjectMethodRunnable> getInjectedMethodsMap() { in testClassRefactoring()
314 public Map<String, InjectMethodRunnable> getInjectedMethodsMap() { in testClassExclusion()
397 public Map<String, InjectMethodRunnable> getInjectedMethodsMap() { in testMethodInjection()