Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/security/
DProvider.java1616 public Object newInstance(Object constructorParameter) in newInstance() argument
1635 ctrParamClz = constructorParameter == null? in newInstance()
1636 null : constructorParameter.getClass(); in newInstance()
1640 if (constructorParameter != null) { in newInstance()
1646 Class<?> argClass = constructorParameter.getClass(); in newInstance()
1657 return newInstanceUtil(ctrParamClz, constructorParameter); in newInstance()
/libcore/ojluni/annotations/mmodule/java/security/
DProvider.annotated.java126 public java.lang.Object newInstance(java.lang.Object constructorParameter) throws java.security.NoS… in newInstance() argument