Searched refs:mMockInputManagerInternal (Results 1 – 1 of 1) sorted by relevance
147 @Mock InputManagerInternal mMockInputManagerInternal; field in DisplayManagerServiceTest161 LocalServices.addService(InputManagerInternal.class, mMockInputManagerInternal); in setUp()207 verify(mMockInputManagerInternal).setDisplayViewports(viewportCaptor.capture()); in testCreateVirtualDisplay_sentToInputManager()273 verify(mMockInputManagerInternal).setDisplayViewports(viewportCaptor.capture()); in testPhysicalViewports()