Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/complication/
DHideComplicationTouchHandlerTest.java115 touchHandler.onSessionStart(mSession); in testSessionEndOnMultipleSessions()
148 touchHandler.onSessionStart(mSession); in testSessionEndWhenBouncerShowing()
181 touchHandler.onSessionStart(mSession); in testSessionEndWithTouchInInset()
230 touchHandler.onSessionStart(mSession); in testSessionLifecycle()
290 touchHandler.onSessionStart(mSession); in testNoActionWhenDisabledByFlag()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/ambient/touch/
DBouncerSwipeTouchHandlerTest.java181 mTouchHandler.onSessionStart(mTouchSession); in testSessionStart()
217 mTouchHandler.onSessionStart(mTouchSession); in testSessionStart_doesNotModifyNotificationShadeWindow()
286 touchHandler.onSessionStart(touchSession); in onSessionStartHelper()
309 mTouchHandler.onSessionStart(mTouchSession); in testSwipeDown_doesNotSetExpansion()
336 mTouchHandler.onSessionStart(mTouchSession); in testSwipeDown_whenBouncerInitiallyHidden_doesNotSetExpansion_directionFiltering()
362 mTouchHandler.onSessionStart(mTouchSession); in testSwipeUp_setsCorrectExpansionAmount()
380 mTouchHandler.onSessionStart(mTouchSession); in testSwipeUp_keyguardNotSecure_doesNotExpand()
410 mTouchHandler.onSessionStart(mTouchSession); in testSwipeDown_keyguardNotSecure_doesNotExpand()
546 mTouchHandler.onSessionStart(mTouchSession); in testTouchSessionOnRemovedCalledTwice()
556 mTouchHandler.onSessionStart(mTouchSession); in swipeToPosition()
DShadeTouchHandlerTest.java165 mTouchHandler.onSessionStart(mTouchSession); in swipe()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/touch/
DCommunalTouchHandlerTest.java89 mTouchHandler.onSessionStart(mTouchSession); in communalTouchHandler_disabled_whenCommunalUnavailable()
108 mTouchHandler.onSessionStart(mTouchSession); in testEventPropagation()
123 mTouchHandler.onSessionStart(mTouchSession); in testTouchPilferingOnScroll()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ambient/touch/
DTouchMonitorTest.java253 verify(touchHandler).onSessionStart(touchSessionArgumentCaptor.capture()); in testReportedDisplayBounds()
279 verify(touchHandler, never()).onSessionStart(any()); in testEntryTouchZone()
285 verify(touchHandler).onSessionStart(any()); in testEntryTouchZone()
314 verify(unzonedTouchHandler).onSessionStart(touchSessionCaptor.capture()); in testSessionCount()
328 verify(touchHandler).onSessionStart(touchSessionCaptor.capture()); in testSessionCount()
350 verify(touchHandler, never()).onSessionStart(any()); in testNoActiveSessionWhenHandlerDisabled()
564 verify(touchHandler).onSessionStart(touchSessionArgumentCaptor.capture()); in testDeferredPauseWithActiveSessions()
600 verify(touchHandler).onSessionStart(touchSessionArgumentCaptor.capture()); in testDestroyWithActiveSessions()
682 verify(handler).onSessionStart(sessionCaptor.capture()); in registerGestureListener()
709 verify(handler).onSessionStart(sessionCaptor.capture()); in captureSession()
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/
DTouchHandler.java124 void onSessionStart(TouchSession session); in onSessionStart() method
DShadeTouchHandler.java65 public void onSessionStart(TouchSession session) { in onSessionStart() method in ShadeTouchHandler
DBouncerSwipeTouchHandler.java253 public void onSessionStart(TouchSession session) { in onSessionStart() method in BouncerSwipeTouchHandler
DTouchMonitor.java400 -> dreamTouchHandler.onSessionStart(touchSession));
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/
DCommunalTouchHandler.java83 public void onSessionStart(TouchSession session) { in onSessionStart() method in CommunalTouchHandler
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/complication/
DHideComplicationTouchHandler.java116 public void onSessionStart(TouchSession session) { in onSessionStart() method in HideComplicationTouchHandler
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/metrics/
DCarrierRoamingSatelliteSessionStats.java77 public void onSessionStart(int carrierId, Phone phone) { in onSessionStart() method in CarrierRoamingSatelliteSessionStats
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteController.java4458 sessionStats.onSessionStart(phone.getCarrierId(), phone); in logCarrierRoamingSatelliteSessionStats()