Searched refs:textAttributes (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/ |
D | MdnsServiceTypeClientTests.java | 2198 @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()
|