android.net.wifi.p2p
Class WifiP2pDeviceList
java.lang.Object
android.net.wifi.p2p.WifiP2pDeviceList
- All Implemented Interfaces:
- Parcelable
public class WifiP2pDeviceList
- extends Object
- implements Parcelable
CREATOR
public static final Parcelable.Creator<WifiP2pDeviceList> CREATOR
WifiP2pDeviceList
public WifiP2pDeviceList()
WifiP2pDeviceList
public WifiP2pDeviceList(WifiP2pDeviceList source)
getDeviceList
public Collection<WifiP2pDevice> getDeviceList()
toString
public String toString()
- Overrides:
toString
in class Object
describeContents
public int describeContents()
- Specified by:
describeContents
in interface Parcelable
writeToParcel
public void writeToParcel(Parcel dest,
int flags)
- Specified by:
writeToParcel
in interface Parcelable
Copyright © 2008-2012. All Rights Reserved.