Searched refs:getConstructor (Results 1 – 11 of 11) sorted by relevance
38 .getConstructor(Context.class); in onNewSession()
155 Object field = scriptFieldClass.getConstructor(RenderScript.class, int.class) in testSmallStructsOfCharArray()215 Object field = scriptFieldClass.getConstructor(RenderScript.class, int.class) in testSmallStructsOfHeterogeneousTypes()
120 Optional<ApiConstructor> apiConstructor = getConstructor(parameterTypes); in markConstructorCovered()263 private Optional<ApiConstructor> getConstructor(List<String> parameterTypes) { in getConstructor() method in ApiClass
58 Constructor ct = AudioEffect.class.getConstructor(UUID.class, UUID.class, in testVisualizer_MalformedConstructor()
65 audioEffect = (AudioEffect)AudioEffect.class.getConstructor( in testAllEffects()406 audioEffect = (AudioEffect) AudioEffect.class.getConstructor( in testVisualizerCapture_CVE_2017_0396()
490 java.lang.reflect.Constructor ct = AudioEffect.class.getConstructor( in verifyZeroPVSizeRejectedForSetParameter()
570 ctor = scriptClass.getConstructor(AllocationInfo.class); in instantiateScript()573 ctor = scriptClass.getConstructor(AllocationInfo.class, ParameterMap.class); in instantiateScript()
246 klass.getConstructor(new Class<?>[] { String.class } ); in main()257 klass.getConstructor(new Class<?>[0]); in main()
3506 name: "getConstructor"
4984 name: "getConstructor"
214 Constructor<?> constructor = clazz.getConstructor(ctorSignature); in testConstructor2()