Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/
DMdnsServiceTypeClientTests.java2198 @NonNull Map<String, String> textAttributes, in createResponse() argument
2206 textAttributes, ptrTtlMillis); in createResponse()
2215 @NonNull Map<String, String> textAttributes, in createResponse() argument
2217 return createResponse(serviceInstanceName, host, port, type, textAttributes, ptrTtlMillis, in createResponse()
2227 @NonNull Map<String, String> textAttributes, in createResponse() argument
2272 for (Map.Entry<String, String> kv : textAttributes.entrySet()) { in createResponse()