Searched refs:TEST_PSK (Results 1 – 4 of 4) sorted by relevance
70 public static final String TEST_PSK = "\"WifiConfigurationTestUtilPsk\""; field in WifiConfigurationTestUtil310 configuration.preSharedKey = TEST_PSK; in createPskNetwork()320 configuration.preSharedKey = TEST_PSK; in createSaeNetwork()418 configuration.preSharedKey = TEST_PSK; in createWapiPskNetwork()
254 dumpString.contains(WifiConfigurationTestUtil.TEST_PSK)); in cleanUp()949 + "psk=" + WifiConfigurationTestUtil.TEST_PSK + "\n" in testSingleNetworkSupplicantBackupRestoreWithUnknownEAPKey()962 expectedConfiguration.preSharedKey = WifiConfigurationTestUtil.TEST_PSK; in testSingleNetworkSupplicantBackupRestoreWithUnknownEAPKey()
1660 assertAndSetNetworkPreSharedKey(network, WifiConfigurationTestUtil.TEST_PSK); in testMultipleUpdatesSingleNetwork()2195 someRandomNetworkWithAllMaskedFields.preSharedKey = WifiConfigurationTestUtil.TEST_PSK; in testUpdateIgnoresMaskedPasswords()2531 networkWithPasswords.preSharedKey = WifiConfigurationTestUtil.TEST_PSK; in testGetConfiguredNetworksMasksPasswords()
109 private static final byte[] TEST_PSK = field in WifiNl80211ManagerTest