Searched refs:mApplyPendingScreenState (Results 1 – 1 of 1) sorted by relevance
76 private final Runnable mApplyPendingScreenState = this::applyPendingScreenState; field in DozeScreenState136 mHandler.removeCallbacks(mApplyPendingScreenState); in transitionTo()148 final boolean messagePending = mHandler.hasCallbacks(mApplyPendingScreenState); in transitionTo()189 mHandler.postDelayed(mApplyPendingScreenState, ENTER_DOZE_DELAY); in transitionTo()192 mHandler.postDelayed(mApplyPendingScreenState, UDFPS_DISPLAY_STATE_DELAY); in transitionTo()194 mHandler.post(mApplyPendingScreenState); in transitionTo()213 mHandler.postDelayed(mApplyPendingScreenState, UDFPS_DISPLAY_STATE_DELAY); in applyPendingScreenState()