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.java412 mCallbackThreadRunner.post(mCallback::onNegativeButtonClicked); in notifyOnNegativeButtonClicked()
523 mCallbackThreadRunner.post(mCallback::onNegativeButtonClicked); in launchDialog()
613 void onNegativeButtonClicked(); in onNegativeButtonClicked() method
DConnectionFailureNotifier.java158 public void onNegativeButtonClicked() { in showRandomizationSettingsDialog() method
DInsecureEapNetworkHandler.java426 public void onNegativeButtonClicked() { in createCertificateErrorNotification()
716 public void onNegativeButtonClicked() { in askForUserApprovalForCaCertificate()
DWifiCarrierInfoManager.java2002 public void onNegativeButtonClicked() { in sendImsiPrivacyConfirmationDialog() method
DWifiNetworkSuggestionsManager.java1688 public void onNegativeButtonClicked() { in sendUserApprovalDialog() method
DWifiShellCommand.java1419 public void onNegativeButtonClicked() { in onCommand()
DWifiConnectivityManager.java1480 public void onNegativeButtonClicked() { in onNegativeButtonClicked() method in WifiConnectivityManager.NetworkSwitchDialogCallback
DClientModeImpl.java1454 public void onNegativeButtonClicked() { in connectToUserSelectNetwork()
DWifiServiceImpl.java1347 public void onNegativeButtonClicked() { in showWifiEnableRequestDialog()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiDialogManagerTest.java253 verify(callback, times(0)).onNegativeButtonClicked(); in testSimpleDialog_launchAndResponse_notifiesCallback()
261 verify(callback, times(0)).onNegativeButtonClicked(); in testSimpleDialog_launchAndResponse_notifiesCallback()
276 verify(callback, times(1)).onNegativeButtonClicked(); in testSimpleDialog_launchAndResponse_notifiesCallback()
291 verify(callback, times(1)).onNegativeButtonClicked(); in testSimpleDialog_launchAndResponse_notifiesCallback()
306 verify(callback, times(1)).onNegativeButtonClicked(); in testSimpleDialog_launchAndResponse_notifiesCallback()
461 verify(callback).onNegativeButtonClicked(); in testSimpleDialog_launchAndResponse_notifiesCallback_preT()
632 verify(callback).onNegativeButtonClicked(); in testLegacySimpleDialog_launchAndResponse_notifiesCallback()
DInterfaceConflictManagerTest.java309 mCallbackCaptor.getValue().onNegativeButtonClicked(); in testUserRejected()
426 mCallbackCaptor.getValue().onNegativeButtonClicked(); in testUserRejectedWithDeferredMessages()
DInsecureEapNetworkHandlerTest.java1031 dialogCallbackCaptor.getValue().onNegativeButtonClicked(); in verifyTrustOnFirstUseFlow()
1057 dialogCallbackCaptor.getValue().onNegativeButtonClicked(); in verifyTrustOnFirstUseFlow()
DWifiConnectivityManagerTest.java4096 mSimpleDialogCallbackCaptor.getValue().onNegativeButtonClicked(); in testUserRejectedNetworkSwitch()
4307 mSimpleDialogCallbackCaptor.getValue().onNegativeButtonClicked(); in testAssociatedNetworkSelectionEnabledResetsNetworkSwitchDialog()
DWifiCarrierInfoManagerTest.java1988 dialogCallbackCaptor.getValue().onNegativeButtonClicked(); in testSendImsiProtectionExemptionConfirmationDialogWithUserDisallowed()
DWifiNetworkSuggestionsManagerTest.java3055 dialogCallbackCaptor.getValue().onNegativeButtonClicked(); in testUserApprovalDialogClickOnDisallowWhenAddSuggestionsFromFgApp()
DWifiServiceImplTest.java1181 callbackCaptor.getValue().onNegativeButtonClicked(); in testSetWifiEnabledDialogForThirdPartyAppsTargetingBelowQSdk()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java4158 public void onNegativeButtonClicked() { in showFrequencyConflictDialog()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pServiceImplTest.java3377 callbackCaptor.getValue().onNegativeButtonClicked(); in testDeclineFrequencyConflictDialogEndsP2pConnectionEvent()