Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
H A DWifiConfigController2Test.java113 private static final String NUMBER_AND_CHARACTER_KEY = "123456abcd"; field in WifiConfigController2Test
619 password.setText(NUMBER_AND_CHARACTER_KEY); in getWepConfig_withNumberAndCharacterKey_shouldContainTheSameKey()
624 assertThat(wifiConfiguration.wepKeys[0]).isEqualTo(NUMBER_AND_CHARACTER_KEY); in getWepConfig_withNumberAndCharacterKey_shouldContainTheSameKey()