Searched refs:STATE_LOCK_OPEN (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLockIcon.java42 private static final int STATE_LOCK_OPEN = 1; field in class:LockIcon
256 case STATE_LOCK_OPEN:
289 } else if (oldState == STATE_LOCK_OPEN && newState == STATE_FINGERPRINT_ERROR) {
291 } else if (oldState == STATE_FINGERPRINT_ERROR && newState == STATE_LOCK_OPEN) {
295 } else if (oldState == STATE_FINGERPRINT && newState == STATE_LOCK_OPEN
313 return STATE_LOCK_OPEN;

Completed in 37 milliseconds