File
Doc
Category
Size
Date
Package
WifiP2pDeviceList.java
API Doc
Android 5.1 API
903
Sat Mar 14 14:09:42 GMT 2015
android.net.wifi.p2p
WifiP2pDeviceList
java.lang.Object
public class WifiP2pDeviceList extends Object implements android.os.Parcelable
Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
public WifiP2pDeviceList
()
throw new RuntimeException("Stub!");
public WifiP2pDeviceList
(
WifiP2pDeviceList
source)
throw new RuntimeException("Stub!");
Methods Summary
public
int
describeContents
()
throw new RuntimeException("Stub!");
public
android.net.wifi.p2p.WifiP2pDevice
get
(
java.lang.String
deviceAddress)
throw new RuntimeException("Stub!");
public
java.util.Collection
getDeviceList
()
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