Searched refs:sVmPacket (Results 1 – 2 of 2) sorted by relevance
65 private final static Map<String, String> sVmPacket; field in WifiP2pDnsSdServiceInfo68 sVmPacket = new HashMap<String, String>();69 sVmPacket.put("_tcp.local.", "c00c");70 sVmPacket.put("local.", "c011");71 sVmPacket.put("_udp.local.", "c01c");214 String data = sVmPacket.get(dnsName); in compressDnsName()
1072 Landroid/net/wifi/p2p/nsd/WifiP2pDnsSdServiceInfo;->sVmPacket:Ljava/util/Map;