Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiBackupRestoreTest.java256 dumpString.contains(WifiConfigurationTestUtil.TEST_WEP_KEYS[0])); in cleanUp()
258 dumpString.contains(WifiConfigurationTestUtil.TEST_WEP_KEYS[1])); in cleanUp()
260 dumpString.contains(WifiConfigurationTestUtil.TEST_WEP_KEYS[2])); in cleanUp()
262 dumpString.contains(WifiConfigurationTestUtil.TEST_WEP_KEYS[3])); in cleanUp()
DWifiConfigurationTestUtil.java71 public static final String[] TEST_WEP_KEYS = field in WifiConfigurationTestUtil
335 configuration.wepKeys = TEST_WEP_KEYS; in createWepNetwork()
350 configuration.wepKeys[0] = TEST_WEP_KEYS[0]; in createWepNetworkWithSingleKey()
DWifiConfigManagerTest.java1633 Arrays.copyOf(WifiConfigurationTestUtil.TEST_WEP_KEYS, in testMultipleUpdatesSingleNetwork()
1634 WifiConfigurationTestUtil.TEST_WEP_KEYS.length); in testMultipleUpdatesSingleNetwork()
2194 someRandomNetworkWithAllMaskedFields.wepKeys = WifiConfigurationTestUtil.TEST_WEP_KEYS; in testUpdateIgnoresMaskedPasswords()
2530 networkWithPasswords.wepKeys = WifiConfigurationTestUtil.TEST_WEP_KEYS; in testGetConfiguredNetworksMasksPasswords()