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

/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDeviceList.aidl19 parcelable WifiP2pDeviceList;
H A DWifiP2pDeviceList.java35 public class WifiP2pDeviceList implements Parcelable { class in inherits:Parcelable
39 public WifiP2pDeviceList() { method in class:WifiP2pDeviceList
43 public WifiP2pDeviceList(WifiP2pDeviceList source) { method in class:WifiP2pDeviceList
52 public WifiP2pDeviceList(ArrayList<WifiP2pDevice> devices) { method in class:WifiP2pDeviceList
155 public boolean remove(WifiP2pDeviceList list) {
200 public static final Creator<WifiP2pDeviceList> CREATOR =
201 new Creator<WifiP2pDeviceList>() {
202 public WifiP2pDeviceList createFromParcel(Parcel in) {
203 WifiP2pDeviceList deviceLis
[all...]
H A DWifiP2pManager.java129 * {@see WifiP2pDeviceList}
217 * The lookup key for a {@link android.net.wifi.p2p.WifiP2pDeviceList} object representing
538 public void onPeersAvailable(WifiP2pDeviceList peers);
752 WifiP2pDeviceList peers = (WifiP2pDeviceList) message.obj;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java39 import android.net.wifi.p2p.WifiP2pDeviceList;
503 private final WifiP2pDeviceList mPeers = new WifiP2pDeviceList();
512 private final WifiP2pDeviceList mPeersLostDuringConnection = new WifiP2pDeviceList();
673 new WifiP2pDeviceList(mPeers));
2187 intent.putExtra(WifiP2pManager.EXTRA_P2P_DEVICE_LIST, new WifiP2pDeviceList(mPeers));
/frameworks/base/services/core/java/com/android/server/display/
H A DWifiDisplayController.java36 import android.net.wifi.p2p.WifiP2pDeviceList;
436 public void onPeersAvailable(WifiP2pDeviceList peers) {
/frameworks/base/
H A DAndroid.mk472 frameworks/base/wifi/java/android/net/wifi/p2p/WifiP2pDeviceList.aidl \

Completed in 594 milliseconds