Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/complication/
H A DHideComplicationTouchHandlerTest.java104 when(mSession.getActiveSessionCount()).thenReturn(2); in testSessionEndOnMultipleSessions()
136 when(mSession.getActiveSessionCount()).thenReturn(1); in testSessionEndWhenBouncerShowing()
168 when(mSession.getActiveSessionCount()).thenReturn(1); in testSessionEndWithTouchInInset()
216 when(mSession.getActiveSessionCount()).thenReturn(1); in testSessionLifecycle()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/complication/
H A DHideComplicationTouchHandler.java121 if (session.getActiveSessionCount() > 1 || bouncerShowing in onSessionStart()
124 Log.d(TAG, "not fading. Active session count: " + session.getActiveSessionCount() in onSessionStart()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/
H A DDreamTouchHandler.java80 int getActiveSessionCount(); in getActiveSessionCount() method
H A DDreamOverlayTouchMonitor.java169 public int getActiveSessionCount() {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/touch/
H A DDreamOverlayTouchMonitorTest.java232 assertThat(touchSession.getActiveSessionCount()).isEqualTo(1); in testSessionCount()
246 assertThat(touchSession.getActiveSessionCount()).isEqualTo(2); in testSessionCount()