Searched refs:mApplyPendingScreenState (Results 1 – 1 of 1) sorted by relevance
49 private final Runnable mApplyPendingScreenState = this::applyPendingScreenState; field in DozeScreenState70 mHandler.removeCallbacks(mApplyPendingScreenState); in transitionTo()82 boolean messagePending = mHandler.hasCallbacks(mApplyPendingScreenState); in transitionTo()107 mHandler.postDelayed(mApplyPendingScreenState, ENTER_DOZE_DELAY); in transitionTo()109 mHandler.post(mApplyPendingScreenState); in transitionTo()