Searched refs:mIsDozingCallback (Results 1 – 2 of 2) sorted by relevance
57 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()
177 final Consumer<Boolean> mIsDozingCallback = (Boolean isDozing) -> { field in LegacyLockIconViewController270 collectFlow(mView, mKeyguardInteractor.isDozing(), mIsDozingCallback); in setLockIconView()