Searched defs:WifiP2pDeviceList (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDeviceList.java36 public class WifiP2pDeviceList implements Parcelable { class in inherits:Parcelable
40 public WifiP2pDeviceList() { method in class:WifiP2pDeviceList
44 public WifiP2pDeviceList(WifiP2pDeviceList source) { method in class:WifiP2pDeviceList
53 public WifiP2pDeviceList(ArrayList<WifiP2pDevice> devices) { method in class:WifiP2pDeviceList
118 public boolean remove(WifiP2pDeviceList list) {
162 public static final Creator<WifiP2pDeviceList> CREATOR =
163 new Creator<WifiP2pDeviceList>() {
164 public WifiP2pDeviceList createFromParcel(Parcel in) {
165 WifiP2pDeviceList deviceLis
[all...]

Completed in 126 milliseconds