Home
last modified time | relevance | path

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

/external/mockito/src/main/java/org/mockito/internal/invocation/
DMockitoMethod.java21 Method getJavaMethod(); in getJavaMethod() method
DSerializableMethod.java63 public Method getJavaMethod() { in getJavaMethod() method in SerializableMethod
DInvocationImpl.java59 return method.getJavaMethod(); in getMethod()
/external/mockito/src/main/java/org/mockito/internal/creation/
DDelegatingMethod.java25 public Method getJavaMethod() { in getJavaMethod() method in DelegatingMethod
/external/dexmaker/dexmaker-mockito/src/main/java/com/android/dx/mockito/
DInvocationHandlerAdapter.java109 public Method getJavaMethod() { in getJavaMethod() method in InvocationHandlerAdapter.ProxiedMethod
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
DInterceptedInvocation.java112 return mockitoMethod.getJavaMethod(); in getMethod()
DMockMethodAdvice.java162 Method method = origin.getJavaMethod(); in invoke()