Home
last modified time | relevance | path

Searched refs:WifiP2pDeviceList (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Wifi/framework/java/android/net/wifi/p2p/
DWifiP2pDeviceList.java36 public class WifiP2pDeviceList implements Parcelable { class
40 public WifiP2pDeviceList() { in WifiP2pDeviceList() method in WifiP2pDeviceList
44 public WifiP2pDeviceList(WifiP2pDeviceList source) { in WifiP2pDeviceList() method in WifiP2pDeviceList
53 public WifiP2pDeviceList(ArrayList<WifiP2pDevice> devices) { in WifiP2pDeviceList() method in WifiP2pDeviceList
158 public boolean remove(WifiP2pDeviceList list) { in remove()
203 public static final @android.annotation.NonNull Creator<WifiP2pDeviceList> CREATOR =
204 new Creator<WifiP2pDeviceList>() {
205 public WifiP2pDeviceList createFromParcel(Parcel in) {
206 WifiP2pDeviceList deviceList = new WifiP2pDeviceList();
215 public WifiP2pDeviceList[] newArray(int size) {
[all …]
DIWifiP2pListener.aidl20 import android.net.wifi.p2p.WifiP2pDeviceList;
35 void onPeerListChanged(in WifiP2pDeviceList p2pDeviceList); in onPeerListChanged()
DWifiP2pManager.java936 public void onPeersAvailable(WifiP2pDeviceList peers); in onPeersAvailable()
1320 default void onPeerListChanged(@NonNull WifiP2pDeviceList p2pDeviceList) { in onPeerListChanged()
1506 public void onPeerListChanged(WifiP2pDeviceList p2pDeviceList) { in onPeerListChanged()
1798 WifiP2pDeviceList peers = (WifiP2pDeviceList) message.obj; in handleMessage()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/p2p/
DWifiP2pDeviceListTest.java43 WifiP2pDeviceList list = new WifiP2pDeviceList(); in testListOperations()
71 WifiP2pDeviceList fromParcel = WifiP2pDeviceList.CREATOR.createFromParcel(parcelR); in testListOperations()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/p2p/
DWifiP2pSettingsTest.java36 import android.net.wifi.p2p.WifiP2pDeviceList;
187 final WifiP2pDeviceList peers = new WifiP2pDeviceList(); in withEmptyP2pDeviceList_getP2pPeerChangeIntent_connectedDevicesShouldBeZero()
488 final WifiP2pDeviceList peers = mock(WifiP2pDeviceList.class); in peersCategoryController_withOnePeerDevice_shouldBeAvailable()
499 final WifiP2pDeviceList peers = mock(WifiP2pDeviceList.class); in peersCategoryController_withNoPeerDevice_shouldBeUnavailable()
/packages/services/BuiltInPrintService/src/com/android/bips/p2p/
DP2pDiscoveryProcedure.java23 import android.net.wifi.p2p.WifiP2pDeviceList;
75 WifiP2pDeviceList list = intent.getParcelableExtra( in P2pDiscoveryProcedure()
DP2pConnectionProcedure.java26 import android.net.wifi.p2p.WifiP2pDeviceList;
167 WifiP2pDeviceList list = intent.getParcelableExtra( in onReceive()
/packages/modules/Wifi/framework/aidl-export/android/net/wifi/p2p/
DWifiP2pDeviceList.aidl19 parcelable WifiP2pDeviceList;
/packages/apps/Settings/src/com/android/settings/wifi/p2p/
DWifiP2pSettings.java32 import android.net.wifi.p2p.WifiP2pDeviceList;
109 private WifiP2pDeviceList mPeers = new WifiP2pDeviceList();
124 mPeers = (WifiP2pDeviceList) intent.getParcelableExtra(
601 public void onPeersAvailable(WifiP2pDeviceList peers) { in onPeersAvailable()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pShellCommand.java25 import android.net.wifi.p2p.WifiP2pDeviceList;
139 public void onPeersAvailable(WifiP2pDeviceList peers) { in handleCommand()
DWifiP2pServiceImpl.java72 import android.net.wifi.p2p.WifiP2pDeviceList;
1186 private void onPeerListChanged(WifiP2pDeviceList p2pDeviceList) { in onPeerListChanged()
1404 private final WifiP2pDeviceList mPeers = new WifiP2pDeviceList();
1435 private final WifiP2pDeviceList mPeersLostDuringConnection = new WifiP2pDeviceList();
5435 if (mPeers.remove(new WifiP2pDeviceList(invitingPeers))) { in processMessageImpl()
5783 WifiP2pDeviceList p2pDeviceList = new WifiP2pDeviceList(mPeers); in sendPeersChangedBroadcast()
7373 private WifiP2pDeviceList getPeers(String pkgName, @Nullable String featureId, int uid, in getPeers()
7386 return new WifiP2pDeviceList(mPeers); in getPeers()
7388 return new WifiP2pDeviceList(); in getPeers()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pServiceImplTest.java100 import android.net.wifi.p2p.WifiP2pDeviceList;
2536 WifiP2pDeviceList peers = (WifiP2pDeviceList) mMessageCaptor.getValue().obj; in testRequestPeersFailureWhenNoChannelUpdated()
2555 WifiP2pDeviceList peers = (WifiP2pDeviceList) mMessageCaptor.getValue().obj; in testRequestPeersFailureWhenChannelUpdateWrongPkgName()
2588 WifiP2pDeviceList peers = (WifiP2pDeviceList) mMessageCaptor.getValue().obj; in testRequestPeersFailureWhenPermissionDenied()
2612 WifiP2pDeviceList peers = (WifiP2pDeviceList) mMessageCaptor.getValue().obj; in testRequestPeersFailureWhenLocationModeDisabled()
2638 WifiP2pDeviceList peers = (WifiP2pDeviceList) mMessageCaptor.getValue().obj; in testRequestPeersSuccess()
3476 WifiP2pDeviceList peers; in testOnClientsChangedOnApStaConnection()
3515 peers = (WifiP2pDeviceList) mMessageCaptor.getValue().obj; in testOnClientsChangedOnApStaConnection()
3530 WifiP2pDeviceList peers; in testApStaConnectedDisconnectedEventWithEapolIPAddress()
3572 peers = (WifiP2pDeviceList) mMessageCaptor.getValue().obj; in testApStaConnectedDisconnectedEventWithEapolIPAddress()
[all …]
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1167 Landroid/net/wifi/p2p/WifiP2pDeviceList;-><init>(Ljava/util/ArrayList;)V
1168 Landroid/net/wifi/p2p/WifiP2pDeviceList;->clear()Z
1169 Landroid/net/wifi/p2p/WifiP2pDeviceList;->isGroupOwner(Ljava/lang/String;)Z
1170 Landroid/net/wifi/p2p/WifiP2pDeviceList;->mDevices:Ljava/util/HashMap;
1171 Landroid/net/wifi/p2p/WifiP2pDeviceList;->remove(Landroid/net/wifi/p2p/WifiP2pDevice;)Z
1172 Landroid/net/wifi/p2p/WifiP2pDeviceList;->remove(Landroid/net/wifi/p2p/WifiP2pDeviceList;)Z
1173 Landroid/net/wifi/p2p/WifiP2pDeviceList;->updateGroupCapability(Ljava/lang/String;I)V
1174 Landroid/net/wifi/p2p/WifiP2pDeviceList;->updateStatus(Ljava/lang/String;I)V
1175 Landroid/net/wifi/p2p/WifiP2pDeviceList;->updateSupplicantDetails(Landroid/net/wifi/p2p/WifiP2pDevi…
1176 Landroid/net/wifi/p2p/WifiP2pDeviceList;->validateDevice(Landroid/net/wifi/p2p/WifiP2pDevice;)V
[all …]
/packages/modules/Wifi/framework/api/
Dcurrent.txt1311 public class WifiP2pDeviceList implements android.os.Parcelable {
1312 ctor public WifiP2pDeviceList();
1313 ctor public WifiP2pDeviceList(android.net.wifi.p2p.WifiP2pDeviceList);
1318 … public static final android.os.Parcelable.Creator<android.net.wifi.p2p.WifiP2pDeviceList> CREATOR;
1512 method public void onPeersAvailable(android.net.wifi.p2p.WifiP2pDeviceList);
1536 …_wifi_api") public default void onPeerListChanged(@NonNull android.net.wifi.p2p.WifiP2pDeviceList);