OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPasswordLength
(Results
1 - 2
of
2
) sorted by null
/development/samples/training/device-management-policy/src/com/example/training/deviceadmin/
PolicySetupActivity.java
146
if (mPolicy.
getPasswordLength
() > 0) {
147
mPasswordLengthInputField.setText(String.valueOf(mPolicy.
getPasswordLength
()));
170
passwordLengthView.setText(String.valueOf(mPolicy.
getPasswordLength
()));
Policy.java
107
public int
getPasswordLength
() { return mPasswordLength; }
Completed in 23 milliseconds