Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/security/
DProvider.java1084 return newInstanceWithParameter(constructorParameter, in newInstance()
1106 return newInstanceWithParameter(constructorParameter, expectedClass); in newInstance()
1109 private Object newInstanceWithParameter(Object constructorParameter, in newInstanceWithParameter() method in Provider.Service