Searched refs:peapSimNetwork (Results 1 – 1 of 1) sorted by relevance
4353 WifiConfiguration peapSimNetwork = WifiConfigurationTestUtil.createEapNetwork( in testResetSimNetworks() local4359 peapSimNetwork.enterpriseConfig.setIdentity("identity3"); in testResetSimNetworks()4360 peapSimNetwork.enterpriseConfig.setAnonymousIdentity("anonymous_identity3"); in testResetSimNetworks()4363 verifyAddNetworkToWifiConfigManager(peapSimNetwork); in testResetSimNetworks()4382 mWifiConfigManager.getConfiguredNetwork(peapSimNetwork.networkId); in testResetSimNetworks()4406 WifiConfiguration peapSimNetwork = WifiConfigurationTestUtil.createEapNetwork( in testResetSimNetworks_getSimIdentityNull_shouldResetAllNonPeapSimIdentities() local4408 peapSimNetwork.enterpriseConfig.setIdentity("identity_peap"); in testResetSimNetworks_getSimIdentityNull_shouldResetAllNonPeapSimIdentities()4409 peapSimNetwork.enterpriseConfig.setAnonymousIdentity("anonymous_identity_peap"); in testResetSimNetworks_getSimIdentityNull_shouldResetAllNonPeapSimIdentities()4410 verifyAddNetworkToWifiConfigManager(peapSimNetwork); in testResetSimNetworks_getSimIdentityNull_shouldResetAllNonPeapSimIdentities()4441 mWifiConfigManager.getConfiguredNetwork(peapSimNetwork.networkId); in testResetSimNetworks_getSimIdentityNull_shouldResetAllNonPeapSimIdentities()[all …]