Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/email/activity/
DMessageViewFragment.java73 boolean mDefaultReplyAll; field in MessageViewFragment
194 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()