Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
H A DWifiP2pServiceImplTest.java163 private WifiP2pDevice mTestWifiP2pDevice; field in WifiP2pServiceImplTest
198 mTestWifiP2pDevice = spy(new WifiP2pDevice()); in generatorTestData()
199 mTestWifiP2pDevice.deviceName = "TestDeviceName"; in generatorTestData()
200 mTestWifiP2pDevice.deviceAddress = "aa:bb:cc:dd:ee:ff"; in generatorTestData()
224 group1.setOwner(mTestWifiP2pDevice); in generatorTestData()
969 sendDeviceFoundEventMsg(mTestWifiP2pDevice); in mockPeersList()
1523 assertNull(peers.get(mTestWifiP2pDevice.deviceAddress)); in testRequestPeersFailureWhenNoChannelUpdated()
4206 pdEvent.device = mTestWifiP2pDevice; in testGroupOwnerIntentSelectionWithoutStaConnection()
4232 pdEvent.device = mTestWifiP2pDevice; in testGroupOwnerIntentSelectionWith24GStaConnection()
4258 pdEvent.device = mTestWifiP2pDevice; in testGroupOwnerIntentSelectionWith5GHzStaConnection()
[all …]