FileDocCategorySizeDatePackage
WifiP2pGroup.javaAPI DocAndroid 5.1 API1171Sat Mar 14 14:09:32 GMT 2015android.net.wifi.p2p

WifiP2pGroup.java

package android.net.wifi.p2p;
public class WifiP2pGroup
  implements android.os.Parcelable
{
public  WifiP2pGroup() { throw new RuntimeException("Stub!"); }
public  WifiP2pGroup(android.net.wifi.p2p.WifiP2pGroup source) { throw new RuntimeException("Stub!"); }
public  java.lang.String getNetworkName() { throw new RuntimeException("Stub!"); }
public  boolean isGroupOwner() { throw new RuntimeException("Stub!"); }
public  android.net.wifi.p2p.WifiP2pDevice getOwner() { throw new RuntimeException("Stub!"); }
public  java.util.Collection<android.net.wifi.p2p.WifiP2pDevice> getClientList() { throw new RuntimeException("Stub!"); }
public  java.lang.String getPassphrase() { throw new RuntimeException("Stub!"); }
public  java.lang.String getInterface() { throw new RuntimeException("Stub!"); }
public  java.lang.String toString() { 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 android.os.Parcelable.Creator<android.net.wifi.p2p.WifiP2pGroup> CREATOR;
static { CREATOR = null; }
}