Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DFoldStateListenerTest.kt60 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()
138 private const val WILL_NOT_SLEEP = false constant