Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pServiceImplTest.java3821 WifiP2pProvDiscEvent pdEvent = new WifiP2pProvDiscEvent(); in testEndConnectionEventWhenProvDiscFailure() local
3822 pdEvent.device.deviceAddress = mTestWifiP2pPeerConfig.deviceAddress; in testEndConnectionEventWhenProvDiscFailure()
3825 WifiP2pMonitor.PROV_DISC_STATUS_UNKNOWN, pdEvent); in testEndConnectionEventWhenProvDiscFailure()
3932 WifiP2pProvDiscEvent pdEvent = new WifiP2pProvDiscEvent(); in testEndConnectionEventWhenPeerRejectTheConnectRequestInNegotiationFlow() local
3933 pdEvent.device = mTestWifiP2pDevice; in testEndConnectionEventWhenPeerRejectTheConnectRequestInNegotiationFlow()
3937 pdEvent); in testEndConnectionEventWhenPeerRejectTheConnectRequestInNegotiationFlow()
6241 WifiP2pProvDiscEvent pdEvent = new WifiP2pProvDiscEvent(); in verifyGroupOwnerIntentSelection() local
6242 pdEvent.device = mTestWifiP2pDevice; in verifyGroupOwnerIntentSelection()
6245 pdEvent); in verifyGroupOwnerIntentSelection()
6325 WifiP2pProvDiscEvent pdEvent = new WifiP2pProvDiscEvent(); in testProvisionDiscoveryShowPinEventLaunchesInvitationSentDialog() local
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java6932 private boolean handleProvDiscFailure(WifiP2pProvDiscEvent pdEvent, in handleProvDiscFailure() argument
6934 if (TextUtils.isEmpty(pdEvent.device.deviceAddress)) return false; in handleProvDiscFailure()
6935 if (!pdEvent.device.deviceAddress.equals( in handleProvDiscFailure()