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

/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDeviceList.aidl19 parcelable WifiP2pDeviceList;
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
156 public boolean remove(WifiP2pDeviceList list) {
201 public static final Creator<WifiP2pDeviceList> CREATOR =
202 new Creator<WifiP2pDeviceList>() {
203 public WifiP2pDeviceList createFromParcel(Parcel in) {
204 WifiP2pDeviceList deviceLis
[all...]
H A DWifiP2pManager.java135 * {@see WifiP2pDeviceList}
223 * The lookup key for a {@link android.net.wifi.p2p.WifiP2pDeviceList} object representing
522 public void onPeersAvailable(WifiP2pDeviceList peers);
726 WifiP2pDeviceList peers = (WifiP2pDeviceList) message.obj;
H A DWifiP2pService.java423 private final WifiP2pDeviceList mPeers = new WifiP2pDeviceList();
432 private final WifiP2pDeviceList mPeersLostDuringConnection = new WifiP2pDeviceList();
593 new WifiP2pDeviceList(mPeers));
2036 intent.putExtra(WifiP2pManager.EXTRA_P2P_DEVICE_LIST, new WifiP2pDeviceList(mPeers));
/frameworks/base/services/java/com/android/server/display/
H A DWifiDisplayController.java36 import android.net.wifi.p2p.WifiP2pDeviceList;
436 public void onPeersAvailable(WifiP2pDeviceList peers) {

Completed in 232 milliseconds