Home | History | Annotate | Download | only in password

Lines Matching refs:challenge

41     public static final String EXTRA_KEY_CHALLENGE = "challenge";
160 * @param challenge a challenge to be verified against the device credential.
166 long challenge) {
168 true, false, true, challenge, Utils.getCredentialOwnerUserId(mActivity));
177 * @param challenge a challenge to be verified against the device credential.
184 long challenge, int userId) {
186 true, false, true, challenge, Utils.enforceSameOwner(mActivity, userId));
198 * @param challenge a challenge to be verified against the device credential.
205 @Nullable CharSequence description, boolean external, long challenge, int userId) {
207 external, true, challenge, Utils.enforceSameOwner(mActivity, userId));
227 long challenge, int userId) {
229 external, hasChallenge, challenge, userId, null /* alternateButton */, null);
235 long challenge, int userId, Bundle extras) {
237 external, hasChallenge, challenge, userId, null /* alternateButton */, extras);
244 0 /* challenge */, LockPatternUtils.USER_FRP, alternateButton, null);
250 long challenge, int userId, @Nullable CharSequence alternateButton, Bundle extras) {
260 hasChallenge, challenge, userId, alternateButton, extras);
272 hasChallenge, challenge, userId, alternateButton, extras);
280 boolean external, boolean hasChallenge, long challenge,
293 intent.putExtra(ChooseLockSettingsHelper.EXTRA_KEY_CHALLENGE, challenge);