/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/complication/ |
D | HideComplicationTouchHandlerTest.java | 115 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/ |
D | BouncerSwipeTouchHandlerTest.java | 181 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()
|
D | ShadeTouchHandlerTest.java | 165 mTouchHandler.onSessionStart(mTouchSession); in swipe()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/touch/ |
D | CommunalTouchHandlerTest.java | 89 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/ |
D | TouchMonitorTest.java | 253 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/ |
D | TouchHandler.java | 124 void onSessionStart(TouchSession session); in onSessionStart() method
|
D | ShadeTouchHandler.java | 65 public void onSessionStart(TouchSession session) { in onSessionStart() method in ShadeTouchHandler
|
D | BouncerSwipeTouchHandler.java | 253 public void onSessionStart(TouchSession session) { in onSessionStart() method in BouncerSwipeTouchHandler
|
D | TouchMonitor.java | 400 -> dreamTouchHandler.onSessionStart(touchSession));
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/ |
D | CommunalTouchHandler.java | 83 public void onSessionStart(TouchSession session) { in onSessionStart() method in CommunalTouchHandler
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/complication/ |
D | HideComplicationTouchHandler.java | 116 public void onSessionStart(TouchSession session) { in onSessionStart() method in HideComplicationTouchHandler
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/metrics/ |
D | CarrierRoamingSatelliteSessionStats.java | 77 public void onSessionStart(int carrierId, Phone phone) { in onSessionStart() method in CarrierRoamingSatelliteSessionStats
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/ |
D | SatelliteController.java | 4458 sessionStats.onSessionStart(phone.getCarrierId(), phone); in logCarrierRoamingSatelliteSessionStats()
|