Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DComposeMessageView.java98 boolean shouldHideAttachmentsWhenSimSelectorShown(); in shouldHideAttachmentsWhenSimSelectorShown() method
204 if (mHost.shouldHideAttachmentsWhenSimSelectorShown()) { in onFinishInflate()
317 if (!mHost.shouldHideAttachmentsWhenSimSelectorShown()) { in hideAttachmentsWhenShowingSims()
833 if (mHost.shouldHideAttachmentsWhenSimSelectorShown()) { in beforeTextChanged()
DConversationFragment.java1608 public boolean shouldHideAttachmentsWhenSimSelectorShown() { in shouldHideAttachmentsWhenSimSelectorShown() method in ConversationFragment