Home
last modified time | relevance | path

Searched refs:mInputManagerGlobalSession (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/
DInputManagerMockHelper.java51 private final InputManagerGlobal.TestSession mInputManagerGlobalSession; field in InputManagerMockHelper
90 mInputManagerGlobalSession = InputManagerGlobal.createTestSession(mIInputManagerMock); in InputManagerMockHelper()
94 if (mInputManagerGlobalSession != null) { in tearDown()
95 mInputManagerGlobalSession.close(); in tearDown()
/frameworks/base/tests/Input/src/android/hardware/input/
DInputDeviceSensorManagerTest.java80 private InputManagerGlobal.TestSession mInputManagerGlobalSession; field in InputDeviceSensorManagerTest
86 mInputManagerGlobalSession = InputManagerGlobal.createTestSession(mIInputManagerMock); in setUp()
107 if (mInputManagerGlobalSession != null) { in tearDown()
108 mInputManagerGlobalSession.close(); in tearDown()
DInputDeviceLightsManagerTest.java81 private InputManagerGlobal.TestSession mInputManagerGlobalSession; field in InputDeviceLightsManagerTest
92 mInputManagerGlobalSession = InputManagerGlobal.createTestSession(mIInputManagerMock); in setUp()
119 if (mInputManagerGlobalSession != null) { in tearDown()
120 mInputManagerGlobalSession.close(); in tearDown()
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DInputMethodManagerServiceTestBase.java132 private InputManagerGlobal.TestSession mInputManagerGlobalSession; field in InputMethodManagerServiceTestBase
191 mInputManagerGlobalSession = InputManagerGlobal.createTestSession(mMockIInputManager); in setUp()
282 if (mInputManagerGlobalSession != null) { in tearDown()
283 mInputManagerGlobalSession.close(); in tearDown()
/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/
DInputDeviceDelegateTest.java72 private InputManagerGlobal.TestSession mInputManagerGlobalSession; field in InputDeviceDelegateTest
80 mInputManagerGlobalSession = InputManagerGlobal.createTestSession(mIInputManagerMock); in setUp()
96 if (mInputManagerGlobalSession != null) { in tearDown()
97 mInputManagerGlobalSession.close(); in tearDown()
DVibratorManagerServiceTest.java198 private InputManagerGlobal.TestSession mInputManagerGlobalSession; field in VibratorManagerServiceTest
205 mInputManagerGlobalSession = InputManagerGlobal.createTestSession(mIInputManagerMock); in setUp()
277 if (mInputManagerGlobalSession != null) { in tearDown()
278 mInputManagerGlobalSession.close(); in tearDown()