Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigurationTestUtil.java68 public static final String TEST_PSK = "\"WifiConfigurationTestUtilPsk\""; field in WifiConfigurationTestUtil
282 configuration.preSharedKey = TEST_PSK; in createSaeNetwork()
291 configuration.preSharedKey = TEST_PSK; in createPskNetwork()
299 configuration.preSharedKey = TEST_PSK; in createPskNetwork()
DWifiBackupRestoreTest.java212 dumpString.contains(WifiConfigurationTestUtil.TEST_PSK)); in cleanUp()
905 + "psk=" + WifiConfigurationTestUtil.TEST_PSK + "\n" in testSingleNetworkSupplicantBackupRestoreWithUnknownEAPKey()
918 expectedConfiguration.preSharedKey = WifiConfigurationTestUtil.TEST_PSK; in testSingleNetworkSupplicantBackupRestoreWithUnknownEAPKey()
DWificondControlTest.java112 private static final byte[] TEST_PSK = field in WificondControlTest
DWifiConfigManagerTest.java1388 assertAndSetNetworkPreSharedKey(network, WifiConfigurationTestUtil.TEST_PSK); in testMultipleUpdatesSingleNetwork()
1898 someRandomNetworkWithAllMaskedFields.preSharedKey = WifiConfigurationTestUtil.TEST_PSK; in testUpdateIgnoresMaskedPasswords()
1992 networkWithPasswords.preSharedKey = WifiConfigurationTestUtil.TEST_PSK; in testGetConfiguredNetworksMasksPasswords()