HomeSort by relevance Sort by last modified time
    Searched refs:getInputStateKey (Results 1 - 2 of 2) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationInput.java 32 String getInputStateKey(final ConversationInput input);
72 savedState.putBoolean(mConversationInputBase.getInputStateKey(this), mShowing);
77 if (savedState.getBoolean(mConversationInputBase.getInputStateKey(this))) {
ConversationInputManager.java 165 public String getInputStateKey(final ConversationInput input) {

Completed in 566 milliseconds