All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.net.wifi.p2p.nsd.WifiP2pServiceInfo Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
package android.net.wifi.p2p.nsd;
public class WifiP2pServiceInfo
  implements android.os.Parcelable
{
WifiP2pServiceInfo() { throw new RuntimeException("Stub!"); }
public  boolean equals(java.lang.Object o) { throw new RuntimeException("Stub!"); }
public  int hashCode() { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel dest, int flags) { throw new RuntimeException("Stub!"); }
public static final int SERVICE_TYPE_ALL = 0;
public static final int SERVICE_TYPE_BONJOUR = 1;
public static final int SERVICE_TYPE_UPNP = 2;
public static final int SERVICE_TYPE_VENDOR_SPECIFIC = 255;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy