Home
last modified time | relevance | path

Searched refs:createSimpleDialog (Results 1 – 17 of 17) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DInterfaceConflictManagerTest.java121 when(mWifiDialogManager.createSimpleDialog( in setup()
159 verify(mWifiDialogManager, never()).createSimpleDialog( in testUserApprovalDisabled()
182 verify(mWifiDialogManager, never()).createSimpleDialog( in testUserApprovalDisabledForSpecificPackage()
200 verify(mWifiDialogManager, never()).createSimpleDialog( in testBypassDialog()
225 verify(mWifiDialogManager, never()).createSimpleDialog( in testUserApprovalNeededButCommandCanProceed()
238 verify(mWifiDialogManager, never()).createSimpleDialog( in testUserApprovalNeededButCommandCanProceed()
264 verify(mWifiDialogManager).createSimpleDialog( in testUserApproved()
278 verify(mWifiDialogManager, times(1)).createSimpleDialog( in testUserApproved()
304 verify(mWifiDialogManager).createSimpleDialog( in testUserRejected()
318 verify(mWifiDialogManager, times(1)).createSimpleDialog( in testUserRejected()
[all …]
DConnectionFailureNotifierTest.java85 when(mWifiDialogManager.createSimpleDialog(any(), any(), any(), any(), any(), any(), any())) in setUp()
149 verify(mWifiDialogManager).createSimpleDialog( in testConnectionFailureSendRandomizationSettingsNotification()
190 .createSimpleDialog(any(), any(), any(), any(), any(), any(), any()); in testWifiConfigurationMismatch()
DWifiDialogManagerTest.java250 DialogHandle dialogHandle = mDialogManager.createSimpleDialog(TEST_TITLE, TEST_MESSAGE, in testSimpleDialog_launchAndResponse_notifiesCallback()
273 dialogHandle = mDialogManager.createSimpleDialog(TEST_TITLE, TEST_MESSAGE, in testSimpleDialog_launchAndResponse_notifiesCallback()
288 dialogHandle = mDialogManager.createSimpleDialog( in testSimpleDialog_launchAndResponse_notifiesCallback()
303 dialogHandle = mDialogManager.createSimpleDialog(TEST_TITLE, TEST_MESSAGE, in testSimpleDialog_launchAndResponse_notifiesCallback()
330 DialogHandle dialogHandle = mDialogManager.createSimpleDialog(TEST_TITLE, TEST_MESSAGE, in testSimpleDialog_launchAndDismiss_dismissesDialog()
352 dialogHandle = mDialogManager.createSimpleDialog(TEST_TITLE, TEST_MESSAGE, in testSimpleDialog_launchAndDismiss_dismissesDialog()
377 DialogHandle dialogHandle1 = mDialogManager.createSimpleDialog(TEST_TITLE, TEST_MESSAGE, in testSimpleDialog_multipleDialogs_responseMatchedToCorrectCallback()
387 DialogHandle dialogHandle2 = mDialogManager.createSimpleDialog(TEST_TITLE, TEST_MESSAGE, in testSimpleDialog_multipleDialogs_responseMatchedToCorrectCallback()
434 DialogHandle dialogHandle = mDialogManager.createSimpleDialog(TEST_TITLE, TEST_MESSAGE, in testSimpleDialog_launchAndResponse_notifiesCallback_preT()
503 DialogHandle dialogHandle = mDialogManager.createSimpleDialog(TEST_TITLE, TEST_MESSAGE, in testSimpleDialog_timeoutCancelsDialog_preT()
[all …]
DWifiConnectivityManagerTest.java225 when(mWifiDialogManager.createSimpleDialog(any(), any(), any(), any(), any(), any(), any())) in setUp()
4132 verify(mWifiDialogManager, never()).createSimpleDialog(any(), any(), any(), any(), any(), in testSufficiencyCheckDisabledDoesNotShowNetworkSwitchDialog()
4163 verify(mWifiDialogManager).createSimpleDialog(any(), any(), any(), any(), any(), in testUserApprovedNetworkSwitch()
4201 verify(mWifiDialogManager).createSimpleDialog(any(), any(), any(), any(), any(), in testUserRejectedNetworkSwitch()
4217 verify(mWifiDialogManager, times(1)).createSimpleDialog(any(), any(), any(), any(), any(), in testUserRejectedNetworkSwitch()
4231 verify(mWifiDialogManager, times(2)).createSimpleDialog(any(), any(), any(), any(), any(), in testUserRejectedNetworkSwitch()
4262 verify(mWifiDialogManager).createSimpleDialog(any(), any(), any(), any(), any(), in testNetworkSwitchDialogUpdated()
4271 verify(mWifiDialogManager).createSimpleDialog(any(), any(), any(), any(), any(), in testNetworkSwitchDialogUpdated()
4282 verify(mWifiDialogManager, times(2)).createSimpleDialog(any(), any(), any(), any(), any(), in testNetworkSwitchDialogUpdated()
4318 verify(mWifiDialogManager).createSimpleDialog(any(), any(), any(), any(), any(), in testNetworkSwitchDialogDisabled()
[all …]
DWifiCarrierInfoManagerTest.java223 when(mWifiDialogManager.createSimpleDialog(any(), any(), any(), any(), any(), any(), any())) in setUp()
1997 verify(mWifiDialogManager).createSimpleDialog( in testSendImsiProtectionExemptionConfirmationDialogWithUserDisallowed()
2037 verify(mWifiDialogManager).createSimpleDialog( in testSendImsiProtectionExemptionConfirmationDialogWithUserDismissal()
2086 verify(mWifiDialogManager).createSimpleDialog( in testSendImsiProtectionExemptionDialogWithUserAllowed()
2235 verify(mWifiDialogManager, atLeastOnce()).createSimpleDialog( in validateUserApprovalDialog()
DWifiNetworkSuggestionsManagerTest.java247 when(mWifiDialogManager.createSimpleDialog(any(), any(), any(), any(), any(), any(), any())) in setUp()
3021 verify(mWifiDialogManager).createSimpleDialog( in testUserApprovalDialogClickOnAllowDuringAddingSuggestionsFromFgApp()
3063 verify(mWifiDialogManager).createSimpleDialog( in testUserApprovalDialogClickOnDisallowWhenAddSuggestionsFromFgApp()
3124 verify(mWifiDialogManager).createSimpleDialog( in testUserApprovalDialiogDismissDuringAddingSuggestionsFromFgApp()
3316 verify(mWifiDialogManager, atLeastOnce()).createSimpleDialog( in validateUserApprovalDialog()
DWifiServiceImplTest.java1221 when(mWifiDialogManager.createSimpleDialog(any(), any(), any(), any(), any(), any(), any())) in testSetWifiEnabledDialogForThirdPartyAppsTargetingBelowQSdk()
1229 verify(mWifiDialogManager, times(1)).createSimpleDialog( in testSetWifiEnabledDialogForThirdPartyAppsTargetingBelowQSdk()
1244 verify(mWifiDialogManager, times(1)).createSimpleDialog( in testSetWifiEnabledDialogForThirdPartyAppsTargetingBelowQSdk()
1260 when(mWifiDialogManager.createSimpleDialog(any(), any(), any(), any(), any(), any(), any())) in testSetWifiEnabledDialogForThirdPartyAppsTargetingBelowQSdk()
1268 verify(mWifiDialogManager, times(2)).createSimpleDialog( in testSetWifiEnabledDialogForThirdPartyAppsTargetingBelowQSdk()
1283 when(mWifiDialogManager.createSimpleDialog(any(), any(), any(), any(), any(), any(), any())) in testSetWifiEnabledDialogForThirdPartyAppsTargetingBelowQSdk()
1291 verify(mWifiDialogManager, times(3)).createSimpleDialog( in testSetWifiEnabledDialogForThirdPartyAppsTargetingBelowQSdk()
1307 when(mWifiDialogManager.createSimpleDialog(any(), any(), any(), any(), any(), any(), any())) in testSetWifiEnabledDialogForThirdPartyAppsTargetingBelowQSdk()
1317 when(mWifiDialogManager.createSimpleDialog(any(), any(), any(), any(), any(), any(), any())) in testSetWifiEnabledDialogForThirdPartyAppsTargetingBelowQSdk()
1325 verify(mWifiDialogManager, times(4)).createSimpleDialog( in testSetWifiEnabledDialogForThirdPartyAppsTargetingBelowQSdk()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/
DConnectionFailureNotifier.java125 mWifiDialogManager.createSimpleDialog( in showRandomizationSettingsDialog()
DInterfaceConflictManager.java428 return mWifiDialogManager.createSimpleDialog( in createUserApprovalDialog()
DWifiDialogManager.java680 public DialogHandle createSimpleDialog( in createSimpleDialog() method in WifiDialogManager
DWifiCarrierInfoManager.java2019 mWifiInjector.getWifiDialogManager().createSimpleDialog( in sendImsiPrivacyConfirmationDialog()
DWifiConnectivityManager.java1664 mNetworkSwitchDialog = mWifiDialogManager.createSimpleDialog( in connectToNetworkForPrimaryCmmUsingMbbIfAvailable()
DWifiNetworkSuggestionsManager.java1686 mWifiInjector.getWifiDialogManager().createSimpleDialog( in sendUserApprovalDialog()
DWifiServiceImpl.java1428 WifiDialogManager.DialogHandle dialogHandle = mWifiDialogManager.createSimpleDialog( in showWifiEnableRequestDialog()
/packages/modules/Wifi/WifiDialog/src/com/android/wifi/dialog/
DWifiDialogActivity.java336 dialog = createSimpleDialog(dialogId, in createAndShowDialogForIntent()
460 private @NonNull AlertDialog createSimpleDialog( in createSimpleDialog() method in WifiDialogActivity
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pServiceImplTest.java3638 when(mWifiDialogManager.createSimpleDialog( in testAcceptFrequencyConflictDialogSendsDisconnectWifiRequest()
3657 verify(mWifiDialogManager).createSimpleDialog( in testAcceptFrequencyConflictDialogSendsDisconnectWifiRequest()
3707 when(mWifiDialogManager.createSimpleDialog( in testDeclineFrequencyConflictDialogEndsP2pConnectionEvent()
3726 verify(mWifiDialogManager).createSimpleDialog( in testDeclineFrequencyConflictDialogEndsP2pConnectionEvent()
3746 when(mWifiDialogManager.createSimpleDialog( in testFrequencyConflictDialogDismissedOnStateExit()
3769 verify(mWifiDialogManager).createSimpleDialog( in testFrequencyConflictDialogDismissedOnStateExit()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java4874 .createSimpleDialog( in showFrequencyConflictDialog()