FileDocCategorySizeDatePackage
WifiP2pDeviceList.javaAPI DocAndroid 5.1 API903Sat Mar 14 14:09:42 GMT 2015android.net.wifi.p2p

WifiP2pDeviceList.java

package android.net.wifi.p2p;
public class WifiP2pDeviceList
  implements android.os.Parcelable
{
public  WifiP2pDeviceList() { throw new RuntimeException("Stub!"); }
public  WifiP2pDeviceList(android.net.wifi.p2p.WifiP2pDeviceList source) { throw new RuntimeException("Stub!"); }
public  android.net.wifi.p2p.WifiP2pDevice get(java.lang.String deviceAddress) { throw new RuntimeException("Stub!"); }
public  java.util.Collection<android.net.wifi.p2p.WifiP2pDevice> getDeviceList() { 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.WifiP2pDeviceList> CREATOR;
static { CREATOR = null; }
}