Home
last modified time | relevance | path

Searched refs:mInputSession (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/touch/
H A DDreamOverlayTouchMonitorTest.java77 private final InputSession mInputSession; field in DreamOverlayTouchMonitorTest.Environment
94 mInputSession = Mockito.mock(InputSession.class); in Environment()
98 when(inputComponent.getInputSession()).thenReturn(mInputSession); in Environment()
149 verify(mInputSession).dispose(); in verifyInputSessionDispose()
150 Mockito.clearInvocations(mInputSession); in verifyInputSessionDispose()
467 verify(environment.mInputSession, never()).dispose(); in testDeferredPauseWithActiveSessions()
/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DTvInteractiveAppManager.java1054 private TvInputManager.Session mInputSession; field in TvInteractiveAppManager.Session
1073 return mInputSession; in getInputSession()
1077 mInputSession = inputSession; in setInputSession()