Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockIcon.java66 private static final int STATE_BIOMETRICS_ERROR = 3; field in LockIcon
325 case STATE_BIOMETRICS_ERROR: in getIconForState()
351 boolean isError = oldState != STATE_BIOMETRICS_ERROR && newState == STATE_BIOMETRICS_ERROR; in getAnimationResForTransition()
374 return STATE_BIOMETRICS_ERROR; in getState()