Searched refs:getInputStateKey (Results 1 – 2 of 2) sorted by relevance
32 String getInputStateKey(final ConversationInput input); in getInputStateKey() method72 savedState.putBoolean(mConversationInputBase.getInputStateKey(this), mShowing); in saveState()77 if (savedState.getBoolean(mConversationInputBase.getInputStateKey(this))) { in restoreState()
165 public String getInputStateKey(final ConversationInput input) { in getInputStateKey() method in ConversationInputManager