HomeSort by relevance Sort by last modified time
    Searched defs:intMethod (Results 1 - 6 of 6) sorted by null

  /external/mockito/src/test/java/org/mockito/internal/stubbing/defaultanswers/
HasPrimitiveMethods.java 13 int intMethod();
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
MethodExitWithReturnValueDebuggee.java 81 public int intMethod() {
82 logWriter.println("--> calling intMethod()");
120 int i = intMethod();
121 logWriter.println("--> intMethod() is invoked, return value:" + i);
  /external/dagger2/compiler/src/test/java/dagger/internal/codegen/
KeyTest.java 201 ExecutableElement intMethod =
209 TypeMirror intType = intMethod.getReturnType();
215 Key intKey = keyFactory.forProvidesMethod((ExecutableType) intMethod.asType(), intMethod);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
InvocationTargetExceptionTest.java 42 public int intMethod() {
MethodTest.java 46 public int intMethod() {
273 mth = TestMethod.class.getMethod("intMethod", new Class[0]);
597 mth = cl.getMethod("intMethod", new Class[0]);
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
AidlTest.java 94 public int intMethod(int a) {
209 int result = mRemote.intMethod(42);

Completed in 260 milliseconds