Searched refs:instanceName (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
H A DWifiP2pDnsSdServiceRequest.java88 * @param instanceName instance name. Cannot be null. <br>
96 public static WifiP2pDnsSdServiceRequest newInstance(String instanceName, argument
98 if (instanceName == null || serviceType == null) {
102 String fullDomainName = instanceName + "." + serviceType + ".local.";
H A DWifiP2pDnsSdServiceInfo.java83 * @param instanceName instance name.<br>
91 public static WifiP2pDnsSdServiceInfo newInstance(String instanceName, argument
93 if (TextUtils.isEmpty(instanceName) || TextUtils.isEmpty(serviceType)) {
106 queries.add(createPtrServiceQuery(instanceName, serviceType));
107 queries.add(createTxtServiceQuery(instanceName, serviceType, txtRecord));
115 * @param instanceName instance name.<br>
121 private static String createPtrServiceQuery(String instanceName, argument
129 byte[] data = instanceName.getBytes();
141 * @param instanceName instance name.<br>
148 private static String createTxtServiceQuery(String instanceName, argument
[all...]
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pManager.java589 * @param instanceName instance name.<br>
595 public void onDnsSdServiceAvailable(String instanceName, argument

Completed in 989 milliseconds