Searched defs:addAnswer (Results 1 - 8 of 8) sorted by relevance

/external/mockito/src/org/mockito/internal/stubbing/
H A DStubbedInvocationMatcher.java37 public void addAnswer(Answer answer) { method in class:StubbedInvocationMatcher
H A DInvocationContainerImpl.java48 public void addAnswer(Answer answer) { method in class:InvocationContainerImpl
50 addAnswer(answer, false);
54 addAnswer(answer, true);
57 public void addAnswer(Answer answer, boolean isConsecutive) { method in class:InvocationContainerImpl
65 stubbed.getFirst().addAnswer(answer);
110 addAnswer(answersForStubbing.get(i), i != 0);
/external/jmdns/src/javax/jmdns/impl/tasks/
H A DDNSTask.java110 public DNSOutgoing addAnswer(DNSOutgoing out, DNSIncoming in, DNSRecord rec) throws IOException { method in class:DNSTask
113 newOut.addAnswer(in, rec);
125 newOut.addAnswer(in, rec);
141 public DNSOutgoing addAnswer(DNSOutgoing out, DNSRecord rec, long now) throws IOException { method in class:DNSTask
144 newOut.addAnswer(rec, now);
156 newOut.addAnswer(rec, now);
/external/jmdns/src/javax/jmdns/impl/
H A DDNSOutgoing.java261 public void addAnswer(DNSIncoming in, DNSRecord rec) throws IOException { method in class:DNSOutgoing
263 this.addAnswer(rec, 0);
274 public void addAnswer(DNSRecord rec, long now) throws IOException { method in class:DNSOutgoing
H A DDNSRecord.java89 abstract DNSOutgoing addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) throws IOException; method in class:DNSRecord
384 DNSOutgoing addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) throws IOException { method in class:DNSRecord.Address
484 DNSOutgoing addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) throws IOException { method in class:DNSRecord.Pointer
600 DNSOutgoing addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) throws IOException { method in class:DNSRecord.Text
794 DNSOutgoing addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) throws IOException { method in class:DNSRecord.Service
798 return dns.addAnswer(in, addr, port, out, new DNSRecord.Service(info.getQualifiedName(), DNSRecordClass.CLASS_IN, DNSRecordClass.UNIQUE, DNSConstants.DNS_TTL, info.getPriority(), info.getWeight(), info.getPort(), dns
868 * @see javax.jmdns.impl.DNSRecord#addAnswer(javax.jmdns.impl.JmDNSImpl, javax.jmdns.impl.DNSIncoming, java.net.InetAddress, int, javax.jmdns.impl.DNSOutgoing)
871 DNSOutgoing addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) throws IOException { method in class:DNSRecord.HostInformation
H A DJmDNSImpl.java1504 public DNSOutgoing addAnswer(DNSIncoming in, InetAddress addr, int port, DNSOutgoing out, DNSRecord rec) throws IOException { method in class:JmDNSImpl
1510 newOut.addAnswer(in, rec);
1517 newOut.addAnswer(in, rec);
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 134 milliseconds