Searched refs:mDefaultReplyAll (Results 1 – 1 of 1) sorted by relevance
73 boolean mDefaultReplyAll; field in MessageViewFragment194 mDefaultReplyAll = Preferences.getSharedPreferences(mContext).getBoolean( in onResume()200 replyVisibility = mDefaultReplyAll ? View.GONE : View.VISIBLE; in onResume()201 replyAllVisibility = mDefaultReplyAll ? View.VISIBLE : View.GONE; in onResume()256 if (mMoreButton == null || mDefaultReplyAll) { in enableReplyForwardButtons()262 if (mMoreButton == null || !mDefaultReplyAll) { in enableReplyForwardButtons()431 menu.removeItem(mDefaultReplyAll ? R.id.reply_all : R.id.reply); in onClick()