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

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

Completed in 2637 milliseconds