Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java110 private int mLastFpMode; field in StatusBarKeyguardViewManager
621 mLastFpMode = mFingerprintUnlockController.getMode(); in updateStates()
658 boolean hideWhileDozing = mLastDozing && mLastFpMode != MODE_WAKE_AND_UNLOCK_PULSING; in getLastNavBarVisible()