Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java336 public void hideTransientIndicationDelayed(long delayMs) { in hideTransientIndicationDelayed() method in KeyguardIndicationController
369 hideTransientIndicationDelayed(BaseKeyguardCallback.HIDE_DELAY_MS); in showTransientIndication()
623 hideTransientIndicationDelayed(BaseKeyguardCallback.HIDE_DELAY_MS); in showSwipeUpToUnlock()
700 hideTransientIndicationDelayed(HIDE_DELAY_MS); in onRefreshBatteryInfo()
727 hideTransientIndicationDelayed(TRANSIENT_BIOMETRIC_ERROR_TIMEOUT); in onBiometricHelp()
752 hideTransientIndicationDelayed(HIDE_DELAY_MS); in onBiometricError()
808 hideTransientIndicationDelayed(HIDE_DELAY_MS); in onScreenTurnedOn()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerTest.java403 mController.hideTransientIndicationDelayed(0); in transientIndication_releasesWakeLock_afterHidingDelayed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java3608 mKeyguardIndicationController.hideTransientIndicationDelayed(HINT_RESET_DELAY_MS); in onHintFinished()