HomeSort by relevance Sort by last modified time
    Searched full:unlockmode (Results 1 - 1 of 1) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
LightStatusBarController.java 92 int unlockMode = mFingerprintUnlockController.getMode();
93 return unlockMode != FingerprintUnlockController.MODE_WAKE_AND_UNLOCK_PULSING
94 && unlockMode != FingerprintUnlockController.MODE_WAKE_AND_UNLOCK;

Completed in 85 milliseconds