Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java612 public void hideTransientIndicationDelayed(long delayMs) { in hideTransientIndicationDelayed() method in KeyguardIndicationController
638 hideTransientIndicationDelayed(BaseKeyguardCallback.HIDE_DELAY_MS); in showTransientIndication()
1145 hideTransientIndicationDelayed(HIDE_DELAY_MS); in onRequireUnlockForNfc()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java3409 mKeyguardIndicationController.hideTransientIndicationDelayed(HINT_RESET_DELAY_MS); in onHintFinished()