File
Doc
Category
Size
Date
Package
WifiP2pGroup.java
API Doc
Android 5.1 API
1171
Sat Mar 14 14:09:32 GMT 2015
android.net.wifi.p2p
WifiP2pGroup
java.lang.Object
public class WifiP2pGroup extends Object implements android.os.Parcelable
Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
public WifiP2pGroup
()
throw new RuntimeException("Stub!");
public WifiP2pGroup
(
WifiP2pGroup
source)
throw new RuntimeException("Stub!");
Methods Summary
public
int
describeContents
()
throw new RuntimeException("Stub!");
public
java.util.Collection
getClientList
()
throw new RuntimeException("Stub!");
public
java.lang.String
getInterface
()
throw new RuntimeException("Stub!");
public
java.lang.String
getNetworkName
()
throw new RuntimeException("Stub!");
public
android.net.wifi.p2p.WifiP2pDevice
getOwner
()
throw new RuntimeException("Stub!");
public
java.lang.String
getPassphrase
()
throw new RuntimeException("Stub!");
public
boolean
isGroupOwner
()
throw new RuntimeException("Stub!");
public
java.lang.String
toString
()
throw new RuntimeException("Stub!");
public void
writeToParcel
(
android.os.Parcel
dest,
int
flags)
throw new RuntimeException("Stub!");
Java Code Source