Home
last modified time | relevance | path

Searched refs:onSessionStart (Results 1 – 16 of 16) 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.java244 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 …]
DBouncerFullscreenSwipeTouchHandlerTest.java208 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()
DShadeTouchHandlerTest.kt295 mTouchHandler.onSessionStart(mTouchSession) in swipe()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ambient/touch/
DTouchMonitorTest.java241 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/
DCommunalTouchHandlerTest.java96 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/
DTouchHandler.java124 void onSessionStart(TouchSession session); in onSessionStart() method
DShadeTouchHandler.kt86 override fun onSessionStart(session: TouchSession) { in <lambda>() method
DBouncerSwipeTouchHandler.kt294 override fun onSessionStart(session: TouchSession) { in <lambda>() method
DTouchMonitor.java462 dreamTouchHandler.onSessionStart(touchSession);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DCarrierRoamingSatelliteControllerStatsTest.java320 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/
DCommunalTouchHandler.java113 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/
DCarrierRoamingSatelliteControllerStats.java134 public void onSessionStart(int subId) { in onSessionStart() method in CarrierRoamingSatelliteControllerStats
DCarrierRoamingSatelliteSessionStats.java93 public void onSessionStart(int carrierId, Phone phone, int[] supportedServices, in onSessionStart() method in CarrierRoamingSatelliteSessionStats
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteController.java6440 sessionStats.onSessionStart(phone.getCarrierId(), phone, in logCarrierRoamingSatelliteSessionStats()
6443 mCarrierRoamingSatelliteControllerStats.onSessionStart(subId); in logCarrierRoamingSatelliteSessionStats()