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

/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDevice.java31 public class WifiP2pDevice implements Parcelable { class in inherits:Parcelable
33 private static final String TAG = "WifiP2pDevice";
150 public WifiP2pDevice() { method in class:WifiP2pDevice
170 public WifiP2pDevice(String string) throws IllegalArgumentException { method in class:WifiP2pDevice
264 public void update(WifiP2pDevice device) {
278 if (!(obj instanceof WifiP2pDevice)) return false;
280 WifiP2pDevice other = (WifiP2pDevice) obj;
307 public WifiP2pDevice(WifiP2pDevice sourc method in class:WifiP2pDevice
[all...]

Completed in 852 milliseconds