Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DLegacyLockIconViewControllerWithCoroutinesTest.kt57 mUnderTest.mIsDozingCallback.accept(false) in testLockIcon_clearsIconWhenUnlocked()
78 mUnderTest.mIsDozingCallback.accept(true) in testLockIcon_updateToAodLock_whenUdfpsEnrolled()
102 mUnderTest.mIsDozingCallback.accept(true) in testBurnInOffsetsUpdated_onDozeAmountChanged()
111 mUnderTest.mIsDozingCallback.accept(false) in testBurnInOffsetsUpdated_onDozeAmountChanged()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DLegacyLockIconViewController.java177 final Consumer<Boolean> mIsDozingCallback = (Boolean isDozing) -> { field in LegacyLockIconViewController
270 collectFlow(mView, mKeyguardInteractor.isDozing(), mIsDozingCallback); in setLockIconView()