Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
DWifiConfigController2Test.java91 private static final String PARTIAL_NUMBER_AND_CHARACTER_KEY = "123456abc?"; field in WifiConfigController2Test
583 password.setText(PARTIAL_NUMBER_AND_CHARACTER_KEY); in getWepConfig_withPartialNumberAndCharacterKey_shouldContainDifferentKey()
588 assertThat(wifiConfiguration.wepKeys[0]).isNotEqualTo(PARTIAL_NUMBER_AND_CHARACTER_KEY); in getWepConfig_withPartialNumberAndCharacterKey_shouldContainDifferentKey()