Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/password/
DChooseLockPassword.java351 public static final int TYPE_BIOMETRIC = 3; field in ChooseLockPassword.ChooseLockPasswordFragment.Stage
383 } else if (type == TYPE_BIOMETRIC) { in getHint()
393 } else if (type == TYPE_BIOMETRIC) { in getHint()
405 case TYPE_BIOMETRIC: in getMessage()
604 return Stage.TYPE_BIOMETRIC; in getStageType()