Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockIcon.java50 static final int STATE_BIOMETRICS_ERROR = 3; field in LockIcon
188 case STATE_BIOMETRICS_ERROR: in getIconForState()
209 if (newState == STATE_BIOMETRICS_ERROR) { in getAnimationIndexForTransition()
DLockscreenLockIconController.java19 import static com.android.systemui.statusbar.phone.LockIcon.STATE_BIOMETRICS_ERROR;
484 return STATE_BIOMETRICS_ERROR; in getState()