Home
last modified time | relevance | path

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

/packages/apps/Messaging/tests/src/com/android/messaging/ui/conversation/
DConversationInputManagerTest.java67 private ConversationInputManager initNewInputManager(final Bundle savedState) { in initNewInputManager() method in ConversationInputManagerTest
97 final ConversationInputManager inputManager = initNewInputManager(new Bundle()); in testShowHideInputs()
120 final ConversationInputManager inputManager = initNewInputManager(new Bundle()); in testShowTwoInputsSequentially()
137 final ConversationInputManager inputManager = initNewInputManager(new Bundle()); in testOnKeyboardShow()
154 final ConversationInputManager inputManager = initNewInputManager(new Bundle()); in testRestoreState()
167 initNewInputManager(savedInstanceState); in testRestoreState()
176 final ConversationInputManager inputManager = initNewInputManager(new Bundle()); in testBackPress()