Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiBackupRestoreTest.java301 dumpString.contains(WifiConfigurationTestUtil.TEST_WEP_KEYS[0])); in cleanUp()
303 dumpString.contains(WifiConfigurationTestUtil.TEST_WEP_KEYS[1])); in cleanUp()
305 dumpString.contains(WifiConfigurationTestUtil.TEST_WEP_KEYS[2])); in cleanUp()
307 dumpString.contains(WifiConfigurationTestUtil.TEST_WEP_KEYS[3])); in cleanUp()
DWifiConfigurationTestUtil.java76 public static final String[] TEST_WEP_KEYS = field in WifiConfigurationTestUtil
386 configuration.wepKeys = TEST_WEP_KEYS; in createWepNetwork()
401 configuration.wepKeys[0] = TEST_WEP_KEYS[0]; in createWepNetworkWithSingleKey()
DWifiConfigManagerTest.java1685 Arrays.copyOf(WifiConfigurationTestUtil.TEST_WEP_KEYS, in testMultipleUpdatesSingleNetwork()
1686 WifiConfigurationTestUtil.TEST_WEP_KEYS.length); in testMultipleUpdatesSingleNetwork()
2163 someRandomNetworkWithAllMaskedFields.wepKeys = WifiConfigurationTestUtil.TEST_WEP_KEYS; in testUpdateIgnoresMaskedPasswords()
2588 networkWithPasswords.wepKeys = WifiConfigurationTestUtil.TEST_WEP_KEYS; in testGetConfiguredNetworksMasksPasswords()