Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/
DDnsPacketTest.java418 final DnsPacket.DnsRecord testAnswer = DnsPacket.DnsRecord.makeCNameRecord( in testEqualsAndHashCode() local
424 assertNotEquals(testQuestion, testAnswer); in testEqualsAndHashCode()
425 assertNotEquals(testQuestion.hashCode(), testAnswer.hashCode()); in testEqualsAndHashCode()
426 assertNotEquals(questionFromBytes, testAnswer); in testEqualsAndHashCode()
427 assertNotEquals(questionFromBytes.hashCode(), testAnswer.hashCode()); in testEqualsAndHashCode()
433 alist.add(testAnswer); in testEqualsAndHashCode()