Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DSetScreenLockDialogActivity.java125 Intent setNewLockIntent = new Intent(ACTION_BIOMETRIC_ENROLL); in onClick() local
126 setNewLockIntent.putExtra(EXTRA_BIOMETRIC_AUTHENTICATORS_ALLOWED, DEVICE_CREDENTIAL); in onClick()
127 startActivity(setNewLockIntent); in onClick()