OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:passwordLength
(Results
1 - 4
of
4
) sorted by null
/external/libchrome/crypto/
apple_keychain.h
40
UInt32*
passwordLength
,
52
UInt32
passwordLength
,
95
UInt32
passwordLength
,
/development/samples/training/device-management-policy/src/com/example/training/deviceadmin/
Policy.java
67
* @param
passwordLength
Password minimum length.
70
public void saveToLocal(int passwordQuality, int
passwordLength
, int passwordMinUppercase) {
77
if (mPasswordLength !=
passwordLength
) {
78
editor.putInt(KEY_PASSWORD_LENGTH,
passwordLength
);
79
mPasswordLength =
passwordLength
;
PolicySetupActivity.java
261
int
passwordLength
= 0;
263
passwordLength
= Integer.parseInt(mPasswordLengthInputField.getText().toString());
272
mPolicy.saveToLocal(passwordQuality,
passwordLength
, passwordMinUppercase);
/packages/apps/Settings/src/com/android/settings/wifi/
WriteWifiConfigToNfcDialog.java
142
String
passwordLength
= password.length() >= HEX_RADIX
146
passwordHex = String.format(PASSWORD_FORMAT,
passwordLength
, passwordHex).toUpperCase();
Completed in 132 milliseconds