Home
last modified time | relevance | path

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

/packages/apps/Messaging/tests/src/com/android/messaging/ui/conversation/
DConversationInputManagerTest.java162 inputManager.onSaveInputState(savedInstanceState); in testRestoreState()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationInputManager.java158 public void onSaveInputState(final Bundle savedState) { in onSaveInputState() method in ConversationInputManager
DComposeMessageView.java903 mInputManager.onSaveInputState(outState); in saveInputState()