Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DInterfaceConflictManager.java449 public void onNegativeButtonClicked() { in createUserApprovalDialog() method in InterfaceConflictManager
457 onNegativeButtonClicked(); in createUserApprovalDialog()
462 onNegativeButtonClicked(); in createUserApprovalDialog()
DWifiDialogManager.java443 mCallbackThreadRunner.post(mCallback::onNegativeButtonClicked, in notifyOnNegativeButtonClicked()
558 mCallbackThreadRunner.post(mCallback::onNegativeButtonClicked, in launchDialog()
652 void onNegativeButtonClicked(); in onNegativeButtonClicked() method
DConnectionFailureNotifier.java158 public void onNegativeButtonClicked() { in showRandomizationSettingsDialog() method
DInsecureEapNetworkHandler.java443 public void onNegativeButtonClicked() { in createCertificateErrorNotification()
759 public void onNegativeButtonClicked() { in askForUserApprovalForCaCertificate()
DWifiCarrierInfoManager.java2037 public void onNegativeButtonClicked() { in sendImsiPrivacyConfirmationDialog() method
DWifiConnectivityManager.java1526 public void onNegativeButtonClicked() { in onNegativeButtonClicked() method in WifiConnectivityManager.NetworkSwitchDialogCallback
DWifiNetworkSuggestionsManager.java1699 public void onNegativeButtonClicked() { in sendUserApprovalDialog() method
DWifiShellCommand.java1506 public void onNegativeButtonClicked() { in onCommand()
DWifiServiceImpl.java1404 public void onNegativeButtonClicked() { in showWifiEnableRequestDialog()
DClientModeImpl.java1499 public void onNegativeButtonClicked() { in connectToUserSelectNetwork()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiDialogManagerTest.java260 verify(callback, times(0)).onNegativeButtonClicked(); in testSimpleDialog_launchAndResponse_notifiesCallback()
268 verify(callback, times(0)).onNegativeButtonClicked(); in testSimpleDialog_launchAndResponse_notifiesCallback()
283 verify(callback, times(1)).onNegativeButtonClicked(); in testSimpleDialog_launchAndResponse_notifiesCallback()
298 verify(callback, times(1)).onNegativeButtonClicked(); in testSimpleDialog_launchAndResponse_notifiesCallback()
313 verify(callback, times(1)).onNegativeButtonClicked(); in testSimpleDialog_launchAndResponse_notifiesCallback()
468 verify(callback).onNegativeButtonClicked(); in testSimpleDialog_launchAndResponse_notifiesCallback_preT()
641 verify(callback).onNegativeButtonClicked(); in testLegacySimpleDialog_launchAndResponse_notifiesCallback()
DInterfaceConflictManagerTest.java309 mCallbackCaptor.getValue().onNegativeButtonClicked(); in testUserRejected()
426 mCallbackCaptor.getValue().onNegativeButtonClicked(); in testUserRejectedWithDeferredMessages()
DInsecureEapNetworkHandlerTest.java1100 dialogCallbackCaptor.getValue().onNegativeButtonClicked(); in verifyTrustOnFirstUseFlow()
1126 dialogCallbackCaptor.getValue().onNegativeButtonClicked(); in verifyTrustOnFirstUseFlow()
DWifiConnectivityManagerTest.java4208 mSimpleDialogCallbackCaptor.getValue().onNegativeButtonClicked(); in testUserRejectedNetworkSwitch()
4419 mSimpleDialogCallbackCaptor.getValue().onNegativeButtonClicked(); in testAssociatedNetworkSelectionEnabledResetsNetworkSwitchDialog()
DWifiCarrierInfoManagerTest.java1999 dialogCallbackCaptor.getValue().onNegativeButtonClicked(); in testSendImsiProtectionExemptionConfirmationDialogWithUserDisallowed()
DWifiNetworkSuggestionsManagerTest.java3065 dialogCallbackCaptor.getValue().onNegativeButtonClicked(); in testUserApprovalDialogClickOnDisallowWhenAddSuggestionsFromFgApp()
DWifiServiceImplTest.java1254 callbackCaptor.getValue().onNegativeButtonClicked(); in testSetWifiEnabledDialogForThirdPartyAppsTargetingBelowQSdk()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java4888 public void onNegativeButtonClicked() { in showFrequencyConflictDialog()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pServiceImplTest.java3729 callbackCaptor.getValue().onNegativeButtonClicked(); in testDeclineFrequencyConflictDialogEndsP2pConnectionEvent()