Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java407 int mActivePasswordLetters = 0; field in DevicePolicyManagerService.DevicePolicyData
2218 || policy.mActivePasswordLetters != 0 || policy.mActivePasswordNumeric != 0 in saveSettingsLocked()
2225 out.attribute(null, "letters", Integer.toString(policy.mActivePasswordLetters)); in saveSettingsLocked()
2397 policy.mActivePasswordLetters = Integer.parseInt( in loadSettingsLocked()
2459 policy.mActivePasswordLetters = 0; in loadSettingsLocked()
3673 && policy.mActivePasswordLetters >= getPasswordMinimumLetters( in isActivePasswordSufficientForUserLocked()
4686 policy.mActivePasswordLetters = letters; in setActivePasswordState()