Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DInsecureEapNetworkHandlerTest.java639 verifyTrustOnFirstUseFlow(config, ACTION_ACCEPT, true, in runServerCertPinningTest()
673 verifyTrustOnFirstUseFlow(config, ACTION_ACCEPT, true, in runServerCertFromTrustStoreTest()
809 verifyTrustOnFirstUseFlow(config, ACTION_ACCEPT, isTrustOnFirstUseSupported, in verifyTrustOnFirstUseAcceptWhenConnectByUserWithMinimalChain()
833 verifyTrustOnFirstUseFlow(config, ACTION_FORGET, isTrustOnFirstUseSupported, in verifyTrustOnFirstUseForgetWhenConnectByUserWithSelfSignedCaCert()
1075 verifyTrustOnFirstUseFlow(config, action, isTrustOnFirstUseSupported, in verifyTrustOnFirstUseFlowWithDefaultCerts()
1080 private void verifyTrustOnFirstUseFlow(WifiConfiguration config, in verifyTrustOnFirstUseFlow() method in InsecureEapNetworkHandlerTest