Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/internal/
DClonedMethod.java27 public ClonedMethod(ITestNGMethod method, Method javaMethod) { in ClonedMethod() argument
29 m_javaMethod = javaMethod; in ClonedMethod()
/external/libchrome/base/android/jni_generator/java/src/org/chromium/example/jni_generator/
DSampleForTests.java75 public int javaMethod(int foo, int bar) { in javaMethod() method in SampleForTests