Searched refs:pdEvent (Results 1 – 2 of 2) sorted by relevance
3821 WifiP2pProvDiscEvent pdEvent = new WifiP2pProvDiscEvent(); in testEndConnectionEventWhenProvDiscFailure() local3822 pdEvent.device.deviceAddress = mTestWifiP2pPeerConfig.deviceAddress; in testEndConnectionEventWhenProvDiscFailure()3825 WifiP2pMonitor.PROV_DISC_STATUS_UNKNOWN, pdEvent); in testEndConnectionEventWhenProvDiscFailure()3932 WifiP2pProvDiscEvent pdEvent = new WifiP2pProvDiscEvent(); in testEndConnectionEventWhenPeerRejectTheConnectRequestInNegotiationFlow() local3933 pdEvent.device = mTestWifiP2pDevice; in testEndConnectionEventWhenPeerRejectTheConnectRequestInNegotiationFlow()3937 pdEvent); in testEndConnectionEventWhenPeerRejectTheConnectRequestInNegotiationFlow()6241 WifiP2pProvDiscEvent pdEvent = new WifiP2pProvDiscEvent(); in verifyGroupOwnerIntentSelection() local6242 pdEvent.device = mTestWifiP2pDevice; in verifyGroupOwnerIntentSelection()6245 pdEvent); in verifyGroupOwnerIntentSelection()6325 WifiP2pProvDiscEvent pdEvent = new WifiP2pProvDiscEvent(); in testProvisionDiscoveryShowPinEventLaunchesInvitationSentDialog() local[all …]
6932 private boolean handleProvDiscFailure(WifiP2pProvDiscEvent pdEvent, in handleProvDiscFailure() argument6934 if (TextUtils.isEmpty(pdEvent.device.deviceAddress)) return false; in handleProvDiscFailure()6935 if (!pdEvent.device.deviceAddress.equals( in handleProvDiscFailure()