Searched refs:labels2 (Results 1 – 2 of 2) sorted by relevance
193 List<String> labels2 = Utils.splitDomain(domain2); in arg2SubdomainOfArg1() local196 if (labels2.size() < labels1.size()) { in arg2SubdomainOfArg1()201 Iterator<String> l2 = labels2.iterator(); in arg2SubdomainOfArg1()
117 val labels2 = arrayOf("B", "C") in testLabelsAreSuffix() constant120 assertTrue(MdnsRecord.labelsAreSuffix(labels2, labels1)) in testLabelsAreSuffix()