Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
H A DPrimaryBouncerInteractor.kt83 val showRunnable = Runnable { regex
174 mainHandler.postDelayed(showRunnable, passiveAuthBouncerDelay)
176 DejankUtils.postAfterTraversal(showRunnable)
383 DejankUtils.removeCallbacks(showRunnable)
384 mainHandler.removeCallbacks(showRunnable)