Searched refs:mActivePasswordLetters (Results 1 – 1 of 1) sorted by relevance
407 int mActivePasswordLetters = 0; field in DevicePolicyManagerService.DevicePolicyData2218 || 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()