Searched refs:TEST_PSK (Results 1 – 5 of 5) sorted by relevance
159 private static final byte[] TEST_PSK = "ikeAndroidPsk".getBytes(); field in Ikev2VpnTest222 new Ikev2VpnProfile.Builder(remote, TEST_IDENTITY).setAuthPsk(TEST_PSK); in buildIkev2VpnProfilePsk()265 assertArrayEquals(TEST_PSK, profile.getPresharedKey()); in testBuildIkev2VpnProfilePsk()
75 public static final String TEST_PSK = "\"WifiConfigurationTestUtilPsk\""; field in WifiConfigurationTestUtil344 configuration.preSharedKey = TEST_PSK; in createPskNetwork()356 configuration.preSharedKey = TEST_PSK; in createPskSaeNetwork()371 configuration.preSharedKey = TEST_PSK; in createSaeNetwork()511 configuration.preSharedKey = TEST_PSK; in createWapiPskNetwork()
299 dumpString.contains(WifiConfigurationTestUtil.TEST_PSK)); in cleanUp()994 + "psk=" + WifiConfigurationTestUtil.TEST_PSK + "\n" in testSingleNetworkSupplicantBackupRestoreWithUnknownEAPKey()1007 expectedConfiguration.preSharedKey = WifiConfigurationTestUtil.TEST_PSK; in testSingleNetworkSupplicantBackupRestoreWithUnknownEAPKey()
2164 someRandomNetworkWithAllMaskedFields.preSharedKey = WifiConfigurationTestUtil.TEST_PSK; in testUpdateIgnoresMaskedPasswords()2589 networkWithPasswords.preSharedKey = WifiConfigurationTestUtil.TEST_PSK; in testGetConfiguredNetworksMasksPasswords()
117 private static final byte[] TEST_PSK = field in WifiNl80211ManagerTest