Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DInsecureEapNetworkHandlerTest.java1056 WifiConfiguration anotherEapConfig = spy(WifiConfigurationTestUtil.createEapNetwork( in verifyUserApprovalIsNotNeededWithDifferentTargetConfig() local
1058 anotherEapConfig.networkId = FRAMEWORK_NETWORK_ID + 1; in verifyUserApprovalIsNotNeededWithDifferentTargetConfig()
1059 assertFalse(mInsecureEapNetworkHandler.addPendingCertificate(anotherEapConfig.networkId, 0, in verifyUserApprovalIsNotNeededWithDifferentTargetConfig()
1061 mInsecureEapNetworkHandler.prepareConnection(anotherEapConfig); in verifyUserApprovalIsNotNeededWithDifferentTargetConfig()