Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/ui/conversation/
H A DConversationInputManagerTest.java66 private ConversationInputManager initNewInputManager(final Bundle savedState) { in initNewInputManager() method in ConversationInputManagerTest
96 final ConversationInputManager inputManager = initNewInputManager(new Bundle()); in testShowHideInputs()
119 final ConversationInputManager inputManager = initNewInputManager(new Bundle()); in testShowTwoInputsSequentially()
136 final ConversationInputManager inputManager = initNewInputManager(new Bundle()); in testOnKeyboardShow()
153 final ConversationInputManager inputManager = initNewInputManager(new Bundle()); in testRestoreState()
166 initNewInputManager(savedInstanceState); in testRestoreState()
175 final ConversationInputManager inputManager = initNewInputManager(new Bundle()); in testBackPress()