Searched refs:mTofuAlertDialog (Results 1 – 2 of 2) sorted by relevance
122 private WifiDialogManager.DialogHandle mTofuAlertDialog = null; field in InsecureEapNetworkHandler430 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()
327 @Mock private WifiDialogManager.DialogHandle mTofuAlertDialog; field in InsecureEapNetworkHandlerTest376 .thenReturn(mTofuAlertDialog); in setUp()379 .thenReturn(mTofuAlertDialog); in setUp()1185 verify(mTofuAlertDialog).launchDialog(); in verifyTrustOnFirstUseFlow()1187 verify(mTofuAlertDialog).dismissDialog(); in verifyTrustOnFirstUseFlow()