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.java101 boolean shouldShowSubjectEditor(); in shouldShowSubjectEditor() method
232 if (mHost.shouldShowSubjectEditor()) { in onFinishInflate()
279 if (mHost.shouldShowSubjectEditor()) { in onFinishInflate()
DConversationFragment.java1613 public boolean shouldShowSubjectEditor() { in shouldShowSubjectEditor() method in ConversationFragment