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

/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDevice.java32 public class WifiP2pDevice implements Parcelable { class in inherits:Parcelable
34 private static final String TAG = "WifiP2pDevice";
160 public WifiP2pDevice() { method in class:WifiP2pDevice
180 public WifiP2pDevice(String string) throws IllegalArgumentException { method in class:WifiP2pDevice
280 public void update(WifiP2pDevice device) {
286 public void updateSupplicantDetails(WifiP2pDevice device) {
308 if (!(obj instanceof WifiP2pDevice)) return false;
310 WifiP2pDevice other = (WifiP2pDevice) obj;
339 public WifiP2pDevice(WifiP2pDevic method in class:WifiP2pDevice
[all...]

Completed in 8 milliseconds