Home
last modified time | relevance | path

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

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