HomeSort by relevance Sort by last modified time
    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 860 milliseconds