Home
last modified time | relevance | path

Searched refs:setTofuPostConnectionState (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DInsecureEapNetworkHandlerTest.java1166 verify(mWifiConfigManager).setTofuPostConnectionState( in verifyTrustOnFirstUseFlow()
1171 verify(mWifiConfigManager, never()).setTofuPostConnectionState(anyInt(), anyInt()); in verifyTrustOnFirstUseFlow()
DWifiConfigManagerTest.java2069 mWifiConfigManager.setTofuPostConnectionState( in testEnterpriseConfigTofuStateMerge()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DInsecureEapNetworkHandler.java638 mWifiConfigManager.setTofuPostConnectionState( in handleAccept()
DWifiConfigManager.java4511 public void setTofuPostConnectionState(int networkId, in setTofuPostConnectionState() method