Searched refs:setNewLockIntent (Results 1 – 1 of 1) sorted by relevance
125 Intent setNewLockIntent = new Intent(ACTION_BIOMETRIC_ENROLL); in onClick() local126 setNewLockIntent.putExtra(EXTRA_BIOMETRIC_AUTHENTICATORS_ALLOWED, DEVICE_CREDENTIAL); in onClick()127 startActivity(setNewLockIntent); in onClick()