Searched refs:getInterceptors (Results 1 – 6 of 6) sorted by relevance
37 command.getClassMatcher(), command.getMethodMatcher(), command.getInterceptors())); in visit()
149 public ImmutableMap<Method, List<MethodInterceptor>> getInterceptors() { in getInterceptors() method in ProxyFactory
74 public List<MethodInterceptor> getInterceptors() { in getInterceptors() method in InterceptorBinding
73 protected Interceptors getInterceptors() { in getInterceptors() method in SandboxTestRunner212 sandbox.configure(createClassHandler(shadowMap, sandbox), getInterceptors());
166 …dowWrangler(shadowMap, ((SdkEnvironment) sandbox).getSdkConfig().getApiLevel(), getInterceptors()); in createClassHandler()225 AndroidConfigurer.configure(builder, getInterceptors()); in createClassLoaderConfig()
753 assertEquals(Arrays.asList(methodInterceptor), command.getInterceptors()); in testBindIntercepor()