Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiBackupRestoreTest.java568 configurations.add(WifiConfigurationTestUtil.createWepNetworkWithSingleKey()); in testSingleWepNetworkWithSingleKeyBackupRestore()
600 WifiConfiguration configuration = WifiConfigurationTestUtil.createWepNetworkWithSingleKey(); in testSingleEphemeralNetworkNotBackupRestore()
921 configurations.add(WifiConfigurationTestUtil.createWepNetworkWithSingleKey()); in testSingleWepNetworkWithSingleKeySupplicantBackupRestore()
DWifiConfigurationTestUtil.java411 public static WifiConfiguration createWepNetworkWithSingleKey() { in createWepNetworkWithSingleKey() method in WifiConfigurationTestUtil