Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/security/
DWifiSecurityHelper.java99 int passwordLength = password != null ? password.length() : 0; in getConfig() local
101 if (passwordLength > 0) { in getConfig()
105 if ((passwordLength == 10 || passwordLength == 26 || passwordLength == 58) in getConfig()
/packages/apps/Nfc/tests/unit/src/com/android/nfc/
DNfcWifiProtectedSetupTest.java163 byte[] passwordLength = {(byte) ((int) Math.floor(password.length() / 256)), in createWifiRecord()
174 NETWORK_KEY, passwordLength, passwordByte, in createWifiRecord()