Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
DWifiP2pUpnpServiceInfo.java42 public static final int VERSION_1_0 = 0x10; field in WifiP2pUpnpServiceInfo
102 sb.append(String.format(Locale.US, "%02x ", VERSION_1_0)); in createSupplicantQuery()
DWifiP2pUpnpServiceRequest.java78 sb.append(String.format(Locale.US, "%02x", WifiP2pUpnpServiceInfo.VERSION_1_0)); in newInstance()