Searched refs:createP2pInvitationSentDialog (Results 1 – 6 of 6) sorted by relevance
347 dialog = createP2pInvitationSentDialog( in createAndShowDialogForIntent()539 private @NonNull AlertDialog createP2pInvitationSentDialog( in createP2pInvitationSentDialog() method in WifiDialogActivity
1049 public DialogHandle createP2pInvitationSentDialog( in createP2pInvitationSentDialog() method in WifiDialogManager
1594 mWifiDialogManager.createP2pInvitationSentDialog(deviceName, displayPin, in onCommand()
1104 DialogHandle dialogHandle = mDialogManager.createP2pInvitationSentDialog( in testP2pInvitationSentDialog_launchAndDismiss_dismissesDialog()
1451 when(mWifiDialogManager.createP2pInvitationSentDialog(any(), any(), anyInt())) in setUpWifiP2pServiceImpl()6336 verify(mWifiDialogManager).createP2pInvitationSentDialog( in testProvisionDiscoveryShowPinEventLaunchesInvitationSentDialog()7722 when(mWifiDialogManager.createP2pInvitationSentDialog(any(), any(), anyInt())) in testSurplusProvisionDiscoveryRequestsBehavior()
5998 .createP2pInvitationSentDialog(deviceName, pin, displayId); in showInvitationSentDialog()