Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/
DMdnsServiceTypeClientTests.java718 getServiceTypeWithSubtype("_subtype1"))); in testCombinedSubtypesQueriedWithMultipleListeners()
739 getServiceTypeWithSubtype("_subtype1"))); in testCombinedSubtypesQueriedWithMultipleListeners()
741 getServiceTypeWithSubtype("_subtype2"))); in testCombinedSubtypesQueriedWithMultipleListeners()
763 getServiceTypeWithSubtype("_subtype2"))); in testCombinedSubtypesQueriedWithMultipleListeners()
2115 private static String[] getServiceTypeWithSubtype(String subtype) { in getServiceTypeWithSubtype() method in MdnsServiceTypeClientTests