Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ambient/touch/
DTouchMonitorTest.java106 private final InputSessionComponent.Factory mInputFactory; field in TouchMonitorTest.Environment
138 mInputFactory = Mockito.mock(InputSessionComponent.Factory.class); in Environment()
142 when(mInputFactory.create(any(), any(), any(), anyBoolean())) in Environment()
154 mInputFactory, mDisplayHelper, mKosmos.getConfigurationInteractor(), in Environment()
171 verify(mInputFactory).create(any(), inputEventListenerCaptor.capture(), in Environment()