Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/complication/
DHideComplicationTouchHandlerTest.java109 when(mSession.getActiveSessionCount()).thenReturn(2); in testSessionEndOnMultipleSessions()
142 when(mSession.getActiveSessionCount()).thenReturn(1); in testSessionEndWhenBouncerShowing()
175 when(mSession.getActiveSessionCount()).thenReturn(1); in testSessionEndWithTouchInInset()
224 when(mSession.getActiveSessionCount()).thenReturn(1); in testSessionLifecycle()
284 when(mSession.getActiveSessionCount()).thenReturn(1); in testNoActionWhenDisabledByFlag()
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/
DTouchHandler.java86 int getActiveSessionCount(); in getActiveSessionCount() method
DTouchMonitor.java194 public int getActiveSessionCount() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/complication/
DHideComplicationTouchHandler.java124 if (removeDreamOverlayHideOnTouch() || session.getActiveSessionCount() > 1 || bouncerShowing in onSessionStart()
127 Log.d(TAG, "not fading. Active session count: " + session.getActiveSessionCount() in onSessionStart()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ambient/touch/
DTouchMonitorTest.java316 assertThat(touchSession.getActiveSessionCount()).isEqualTo(1); in testSessionCount()
330 assertThat(touchSession.getActiveSessionCount()).isEqualTo(2); in testSessionCount()