Searched refs:mMockImeSession (Results 1 – 2 of 2) sorted by relevance
41 private MockImeSession mMockImeSession; field in MockImeSessionRule69 mMockImeSession = MockImeSession.create(mContext, mUiAutomation, mImeSettings); in apply()74 if (mMockImeSession != null) { in apply()78 mMockImeSession.close(); in apply()88 return mMockImeSession;
125 private MockImeSession mMockImeSession; field in WindowInsetsAnimationControllerTests156 mMockImeSession = MockImeSession.create( in setUpWindowInsetsAnimationControllerTests()159 mockImeEventStream = mMockImeSession.openEventStream(); in setUpWindowInsetsAnimationControllerTests()194 if (mMockImeSession != null) { in tearDown()195 mMockImeSession.close(); in tearDown()196 mMockImeSession = null; in tearDown()