/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 | 244 mTouchHandler.onSessionStart(mTouchSession); in testSessionStart() 279 mTouchHandler.onSessionStart(mTouchSession); in testSessionStart_doesNotModifyNotificationShadeWindow() 348 touchHandler.onSessionStart(touchSession); in onSessionStartHelper() 371 mTouchHandler.onSessionStart(mTouchSession); in testSwipeDown_doesNotSetExpansion() 398 mTouchHandler.onSessionStart(mTouchSession); in testSwipeDown_whenBouncerInitiallyHidden_doesNotSetExpansion_directionFiltering() 425 mTouchHandler.onSessionStart(mTouchSession); in testSwipeUp_setsCorrectExpansionAmount() 442 mTouchHandler.onSessionStart(mTouchSession); in testSwipeUp_sendsTouchesToWindowRootView() 473 mTouchHandler.onSessionStart(mTouchSession); in testSwipeUp_keyguardNotSecure_doesNotExpand() 508 mTouchHandler.onSessionStart(mTouchSession); in testSwipeDown_keyguardNotSecure_doesNotExpand() 684 mTouchHandler.onSessionStart(mTouchSession); in testTouchSessionOnRemovedCalledTwice() [all …]
|
D | BouncerFullscreenSwipeTouchHandlerTest.java | 208 mTouchHandler.onSessionStart(mTouchSession); in testSwipeUp_sendsTouchesToWindowRootView() 239 mTouchHandler.onSessionStart(mTouchSession); in testFullSwipe_notInitiatedWhenNotAvailable() 258 mTouchHandler.onSessionStart(mTouchSession); in testFullSwipe_initiatedWhenAvailable() 274 mTouchHandler.onSessionStart(mTouchSession); in testFullSwipe_motionUpResetsTouchState() 298 mTouchHandler.onSessionStart(mTouchSession); in testFullSwipe_motionCancelResetsTouchState()
|
D | ShadeTouchHandlerTest.kt | 295 mTouchHandler.onSessionStart(mTouchSession) in swipe()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ambient/touch/ |
D | TouchMonitorTest.java | 241 verify(touchHandler).onSessionStart(any()); in testSessionResetOnLifecycle() 251 verify(touchHandler).onSessionStart(any()); in testSessionResetOnLifecycle() 293 verify(touchHandler).onSessionStart(touchSessionArgumentCaptor.capture()); in testReportedDisplayBounds() 319 verify(touchHandler, never()).onSessionStart(any()); in testEntryTouchZone() 325 verify(touchHandler).onSessionStart(any()); in testEntryTouchZone() 354 verify(unzonedTouchHandler).onSessionStart(touchSessionCaptor.capture()); in testSessionCount() 368 verify(touchHandler).onSessionStart(touchSessionCaptor.capture()); in testSessionCount() 389 verify(touchHandler, never()).onSessionStart(any()); in testNoActiveSessionWhenHandlerDisabled() 603 verify(touchHandler).onSessionStart(touchSessionArgumentCaptor.capture()); in testDeferredPauseWithActiveSessions() 639 verify(touchHandler).onSessionStart(touchSessionArgumentCaptor.capture()); in testDestroyWithActiveSessions() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/touch/ |
D | CommunalTouchHandlerTest.java | 96 mTouchHandler.onSessionStart(mTouchSession); in communalTouchHandler_disabled_whenCommunalUnavailable() 115 mTouchHandler.onSessionStart(mTouchSession); in testEventPropagation() 130 mTouchHandler.onSessionStart(mTouchSession); in testTouchPilferingOnScroll()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/ |
D | TouchHandler.java | 124 void onSessionStart(TouchSession session); in onSessionStart() method
|
D | ShadeTouchHandler.kt | 86 override fun onSessionStart(session: TouchSession) { in <lambda>() method
|
D | BouncerSwipeTouchHandler.kt | 294 override fun onSessionStart(session: TouchSession) { in <lambda>() method
|
D | TouchMonitor.java | 462 dreamTouchHandler.onSessionStart(touchSession);
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/ |
D | CarrierRoamingSatelliteControllerStatsTest.java | 320 mTestCarrierRoamingSatelliteControllerStats.onSessionStart(TEST_SUB_ID_0); in testSatelliteSessionGaps() 342 mTestCarrierRoamingSatelliteControllerStats.onSessionStart(TEST_SUB_ID_0); in testSatelliteSessionGaps() 363 mTestCarrierRoamingSatelliteControllerStats.onSessionStart(TEST_SUB_ID_0); in testSatelliteSessionGaps() 387 mTestCarrierRoamingSatelliteControllerStats.onSessionStart(TEST_SUB_ID_0); in testSatelliteSessionGaps()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/ |
D | CommunalTouchHandler.java | 113 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 | CarrierRoamingSatelliteControllerStats.java | 134 public void onSessionStart(int subId) { in onSessionStart() method in CarrierRoamingSatelliteControllerStats
|
D | CarrierRoamingSatelliteSessionStats.java | 93 public void onSessionStart(int carrierId, Phone phone, int[] supportedServices, in onSessionStart() method in CarrierRoamingSatelliteSessionStats
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/ |
D | SatelliteController.java | 6440 sessionStats.onSessionStart(phone.getCarrierId(), phone, in logCarrierRoamingSatelliteSessionStats() 6443 mCarrierRoamingSatelliteControllerStats.onSessionStart(subId); in logCarrierRoamingSatelliteSessionStats()
|