Searched defs:getAnswer (Results 1 – 5 of 5) sorted by relevance
50 fun getAnswer(query: String, type: Int) = mDnsKeyToRecords[query] in getAnswer() method in com.android.testutils.DnsAnswerProvider
41 fun getAnswer(hostname: String, type: Int): DnsEntry? = synchronized(answers) { in match() method
120 private <T> T getAnswer(InvocationOnMock invocation, Class<T> clazz, int keyIndex, in getAnswer() method in MockSettings
1195 private synchronized List<InetAddress> getAnswer(String hostname, int type) { in getAnswer() method in EpdgSelectorTest.FakeDns
434 private CompletableFuture<List<InetAddress>> getAnswer(Network mockNetwork, String hostname, in getAnswer() method in NetworkMonitorTest.FakeDns