Lines Matching refs:password
41 such that it ensures a screen-lock password of sufficient strength is set up before displaying
48 cover screen-lock password strength, expiration timeout, encryption, etc.</p>
55 android.app.admin.DevicePolicyManager} (defining minimum password length and minimum number of
63 <p>The following snippet declares the limit password policy in <code>res/xml/device_admin.xml</code…
68 <limit-password />
105 // Deletes previously stored password policy.
183 to the actual screen-lock password used, through the Device Policy Manager API it can determine
184 whether the existing password satisfies the required policy. If it turns out that the existing
185 screen-lock password is not sufficient, the device administration API does not automatically take
187 password-change screen in the Settings app. For example:</p>
192 // Triggers password change screen in Settings.
200 PIN (numeric), or Password (alphanumeric). When a password policy is configured, those password
202 “Numeric” password quality is configured, the user can select either PIN (numeric) or Password
203 (alphanumeric) password only.</p>
205 <p>Once the device is properly secured by setting up a proper screen-lock password, the application
213 // Launches password set-up screen in Settings.