Searched refs:NOT_FOLDED (Results 1 – 1 of 1) sorted by relevance
60 verify(listener).onFoldStateChanged(NOT_FOLDED, WILL_NOT_SLEEP) in onStateChanged_stateHalfFolded_notifiesWithNotFoldedAndNotGoingToSleep()67 verify(listener).onFoldStateChanged(NOT_FOLDED, WILL_NOT_SLEEP) in onStateChanged_stateUnfolded_notifiesWithNotFoldedAndNotGoingToSleep()75 verify(listener, times(1)).onFoldStateChanged(NOT_FOLDED, WILL_NOT_SLEEP) in onStateChanged_stateUnfoldedThenHalfFolded_notifiesOnce()83 verify(listener, times(1)).onFoldStateChanged(NOT_FOLDED, WILL_NOT_SLEEP) in onStateChanged_stateHalfFoldedThenUnfolded_notifiesOnce()92 inOrder.verify(listener).onFoldStateChanged(NOT_FOLDED, WILL_NOT_SLEEP) in onStateChanged_stateHalfFoldedThenFolded_notifiesTwice()103 inOrder.verify(listener).onFoldStateChanged(NOT_FOLDED, WILL_NOT_SLEEP) in onStateChanged_stateFoldedThenHalfFolded_notifiesTwice()135 private const val NOT_FOLDED = false constant