Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/email/activity/setup/
DAccountSetupOptionsTests.java45 private CheckBox mBackgroundAttachmentsView; field in AccountSetupOptionsTests
126 boolean isNull = mBackgroundAttachmentsView == null; in checkBackgroundAttachments()
127 boolean isVisible = !isNull && (mBackgroundAttachmentsView.getVisibility() == View.VISIBLE); in checkBackgroundAttachments()
143 mBackgroundAttachmentsView = (CheckBox) mActivity.findViewById( in getActivityAndFields()
/packages/apps/Email/src/com/android/email/activity/setup/
DAccountSetupOptions.java65 private CheckBox mBackgroundAttachmentsView; field in AccountSetupOptions
92 mBackgroundAttachmentsView = (CheckBox) UiUtilities.getView(this, in onCreate()
94 mBackgroundAttachmentsView.setChecked(true); in onCreate()
156 mBackgroundAttachmentsView.setVisibility(View.GONE); in onCreate()
221 if (mBackgroundAttachmentsView.isChecked()) { in onDone()