Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DComposeMessageView.java97 boolean shouldShowSubjectEditor(); in shouldShowSubjectEditor() method
228 if (mHost.shouldShowSubjectEditor()) { in onFinishInflate()
275 if (mHost.shouldShowSubjectEditor()) { in onFinishInflate()
DConversationFragment.java1603 public boolean shouldShowSubjectEditor() { in shouldShowSubjectEditor() method in ConversationFragment