Searched refs:verifyGetAllByName (Results 1 – 1 of 1) sorted by relevance
67 verifyGetAllByName("www.google.com", arrayOf("2001:db8::1"), TYPE_AAAA) in testGetAllByNameWithTypeSuccess()68 verifyGetAllByName("www.google.com", arrayOf("192.168.0.1"), TYPE_A) in testGetAllByNameWithTypeSuccess()69 verifyGetAllByName("www.android.com", arrayOf("192.168.0.2", "2001:db8::2"), in testGetAllByNameWithTypeSuccess()73 private fun verifyGetAllByName(name: String, expected: Array<String>, type: Int) { in verifyGetAllByName() method in com.android.networkstack.netlink.util.DnsUtilsTest