Home
last modified time | relevance | path

Searched refs:mTofuAlertDialog (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DInsecureEapNetworkHandler.java122 private WifiDialogManager.DialogHandle mTofuAlertDialog = null; field in InsecureEapNetworkHandler
430 mTofuAlertDialog = mWifiDialogManager.createLegacySimpleDialog( in createCertificateErrorNotification()
458 mTofuAlertDialog.launchDialog(); in createCertificateErrorNotification()
739 mTofuAlertDialog = mWifiDialogManager.createLegacySimpleDialogWithUrl( in askForUserApprovalForCaCertificate()
787 mTofuAlertDialog.launchDialog(); in askForUserApprovalForCaCertificate()
857 if (mTofuAlertDialog != null) { in dismissDialogAndNotification()
858 mTofuAlertDialog.dismissDialog(); in dismissDialogAndNotification()
859 mTofuAlertDialog = null; in dismissDialogAndNotification()
971 || mTofuAlertDialog == null in onNetworkRemoved()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DInsecureEapNetworkHandlerTest.java327 @Mock private WifiDialogManager.DialogHandle mTofuAlertDialog; field in InsecureEapNetworkHandlerTest
376 .thenReturn(mTofuAlertDialog); in setUp()
379 .thenReturn(mTofuAlertDialog); in setUp()
1185 verify(mTofuAlertDialog).launchDialog(); in verifyTrustOnFirstUseFlow()
1187 verify(mTofuAlertDialog).dismissDialog(); in verifyTrustOnFirstUseFlow()