public class WifiP2pDeviceList extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<WifiP2pDeviceList> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
WifiP2pDeviceList() |
WifiP2pDeviceList(WifiP2pDeviceList source) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
Collection<WifiP2pDevice> |
getDeviceList() |
String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public static final Parcelable.Creator<WifiP2pDeviceList> CREATOR
public WifiP2pDeviceList()
public WifiP2pDeviceList(WifiP2pDeviceList source)
public Collection<WifiP2pDevice> getDeviceList()
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int flags)
writeToParcel in interface ParcelableCopyright © 2008-2013. All Rights Reserved.