Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DFoldStateListenerTest.kt53 verify(listener).onFoldStateChanged(FOLDED, WILL_GO_TO_SLEEP) in onStateChanged_stateFolded_notifiesWithFoldedAndGoingToSleep()
93 inOrder.verify(listener).onFoldStateChanged(FOLDED, WILL_GO_TO_SLEEP) in onStateChanged_stateHalfFoldedThenFolded_notifiesTwice()
102 inOrder.verify(listener).onFoldStateChanged(FOLDED, WILL_GO_TO_SLEEP) in onStateChanged_stateFoldedThenHalfFolded_notifiesTwice()
137 private const val WILL_GO_TO_SLEEP = true constant