/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | InterfaceConflictManagerTest.java | 121 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 …]
|
D | ConnectionFailureNotifierTest.java | 85 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()
|
D | WifiDialogManagerTest.java | 250 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 …]
|
D | WifiConnectivityManagerTest.java | 225 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 …]
|
D | WifiCarrierInfoManagerTest.java | 223 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()
|
D | WifiNetworkSuggestionsManagerTest.java | 247 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()
|
D | WifiServiceImplTest.java | 1221 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/ |
D | ConnectionFailureNotifier.java | 125 mWifiDialogManager.createSimpleDialog( in showRandomizationSettingsDialog()
|
D | InterfaceConflictManager.java | 428 return mWifiDialogManager.createSimpleDialog( in createUserApprovalDialog()
|
D | WifiDialogManager.java | 680 public DialogHandle createSimpleDialog( in createSimpleDialog() method in WifiDialogManager
|
D | WifiCarrierInfoManager.java | 2019 mWifiInjector.getWifiDialogManager().createSimpleDialog( in sendImsiPrivacyConfirmationDialog()
|
D | WifiConnectivityManager.java | 1664 mNetworkSwitchDialog = mWifiDialogManager.createSimpleDialog( in connectToNetworkForPrimaryCmmUsingMbbIfAvailable()
|
D | WifiNetworkSuggestionsManager.java | 1686 mWifiInjector.getWifiDialogManager().createSimpleDialog( in sendUserApprovalDialog()
|
D | WifiServiceImpl.java | 1428 WifiDialogManager.DialogHandle dialogHandle = mWifiDialogManager.createSimpleDialog( in showWifiEnableRequestDialog()
|
/packages/modules/Wifi/WifiDialog/src/com/android/wifi/dialog/ |
D | WifiDialogActivity.java | 336 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/ |
D | WifiP2pServiceImplTest.java | 3638 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/ |
D | WifiP2pServiceImpl.java | 4874 .createSimpleDialog( in showFrequencyConflictDialog()
|