Searched refs:getConstructor (Results 1 – 13 of 13) sorted by relevance
38 .getConstructor(Context.class); in onNewSession()
43 chunk_klass.getConstructor( in onCreate()
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
57 Constructor ct = AudioEffect.class.getConstructor(UUID.class, UUID.class, in testVisualizer_MalformedConstructor()
64 audioEffect = (AudioEffect)AudioEffect.class.getConstructor( in testAllEffects()405 audioEffect = (AudioEffect) AudioEffect.class.getConstructor( in testVisualizerCapture_CVE_2017_0396()
489 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()
474 Constructor<?> osuProviderClassConstructor = osuProviderClass.getConstructor(String.class, in testOsuProviderGetters()
3694 Constructor<?> osuProviderClassConstructor = osuProviderClass.getConstructor(String.class, in testStartSubscriptionProvisioning()
3506 name: "getConstructor"
4984 name: "getConstructor"
218 Constructor<?> constructor = clazz.getConstructor(ctorSignature); in testConstructor2()