Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationInput.java32 String getInputStateKey(final ConversationInput input); in getInputStateKey() method
72 savedState.putBoolean(mConversationInputBase.getInputStateKey(this), mShowing); in saveState()
77 if (savedState.getBoolean(mConversationInputBase.getInputStateKey(this))) { in restoreState()
DConversationInputManager.java165 public String getInputStateKey(final ConversationInput input) { in getInputStateKey() method in ConversationInputManager