Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
H A DWifiConfigController2Test.java109 private static final String VALID_HEX_PSK = field in WifiConfigController2Test
641 password.setText(VALID_HEX_PSK); in getPskConfig_withValidHexKey_shouldContainTheSameKey()
646 assertThat(wifiConfiguration.preSharedKey).isEqualTo(VALID_HEX_PSK); in getPskConfig_withValidHexKey_shouldContainTheSameKey()