android.net.wifi.p2p.nsd.WifiP2pServiceInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
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;
}