OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invokedmethodname
(Results
1 - 1
of
1
) sorted by null
/libcore/luni/src/test/java/libcore/javax/crypto/
ECDHKeyAgreementTest.java
352
String
invokedMethodName
= callingMethodName;
355
method = getClass().getDeclaredMethod(
invokedMethodName
, Provider.class);
358
+ getClass().getSimpleName() + "." +
invokedMethodName
+ "(Provider)");
365
throw new RuntimeException(getClass().getSimpleName() + "." +
invokedMethodName
Completed in 440 milliseconds