Home
last modified time | relevance | path

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

/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/stock/
DProxyBuilderTest.java716 HasMultipleConstructors a = ProxyBuilder.forClass(HasMultipleConstructors.class) in testCachingWithMultipleConstructors()
722 HasMultipleConstructors b = ProxyBuilder.forClass(HasMultipleConstructors.class) in testCachingWithMultipleConstructors()
730 HasMultipleConstructors c = ProxyBuilder.forClass(HasMultipleConstructors.class) in testCachingWithMultipleConstructors()
739 public static class HasMultipleConstructors { class in ProxyBuilderTest
741 public HasMultipleConstructors() { in HasMultipleConstructors() method in ProxyBuilderTest.HasMultipleConstructors
744 public HasMultipleConstructors(int b) { in HasMultipleConstructors() method in ProxyBuilderTest.HasMultipleConstructors
747 public HasMultipleConstructors(Integer c) { in HasMultipleConstructors() method in ProxyBuilderTest.HasMultipleConstructors