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.java82 * @param instanceName instance name.<br>
90 public static WifiP2pDnsSdServiceInfo newInstance(String instanceName, argument
92 if (TextUtils.isEmpty(instanceName) || TextUtils.isEmpty(serviceType)) {
105 queries.add(createPtrServiceQuery(instanceName, serviceType));
106 queries.add(createTxtServiceQuery(instanceName, serviceType, txtRecord));
114 * @param instanceName instance name.<br>
120 private static String createPtrServiceQuery(String instanceName, argument
128 byte[] data = instanceName.getBytes();
140 * @param instanceName instance name.<br>
147 private static String createTxtServiceQuery(String instanceName, argument
[all...]
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pManager.java590 * @param instanceName instance name.<br>
596 public void onDnsSdServiceAvailable(String instanceName, argument

Completed in 38 milliseconds