Searched refs:constructorParams (Results 1 – 3 of 3) sorted by relevance
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/ |
D | MissingBindingSuggestionsTest.java | 30 private static JavaFileObject injectable(String className, String constructorParams) { in injectable() argument 37 " @Inject " + className + "(" + constructorParams + ") {}", in injectable()
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
D | TestFmwk.java | 695 Class<?>[] constructorParamTypes, Object[] constructorParams) throws Exception { in invokeToString() argument 696 …n invokeToString(Class.forName(fullyQualifiedClassName), constructorParamTypes, constructorParams); in invokeToString() 707 Class<?>[] constructorParamTypes, Object[] constructorParams) throws Exception { in invokeToString() argument 710 Object obj = constructor.newInstance(constructorParams); in invokeToString()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/ |
D | TestFmwk.java | 696 Class<?>[] constructorParamTypes, Object[] constructorParams) throws Exception { in invokeToString() argument 697 …n invokeToString(Class.forName(fullyQualifiedClassName), constructorParamTypes, constructorParams); in invokeToString() 708 Class<?>[] constructorParamTypes, Object[] constructorParams) throws Exception { in invokeToString() argument 711 Object obj = constructor.newInstance(constructorParams); in invokeToString()
|