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

/packages/apps/Email/tests/src/com/android/email/activity/setup/
H A DAccountSetupOptionsTests.java45 private CheckBox mBackgroundAttachmentsView; field in class:AccountSetupOptionsTests
126 boolean isNull = mBackgroundAttachmentsView == null;
127 boolean isVisible = !isNull && (mBackgroundAttachmentsView.getVisibility() == View.VISIBLE);
143 mBackgroundAttachmentsView = (CheckBox) mActivity.findViewById(
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSetupOptions.java64 private CheckBox mBackgroundAttachmentsView; field in class:AccountSetupOptions
91 mBackgroundAttachmentsView = (CheckBox) UiUtilities.getView(this,
93 mBackgroundAttachmentsView.setChecked(true);
154 mBackgroundAttachmentsView.setVisibility(View.GONE);
219 if (mBackgroundAttachmentsView.isChecked()) {

Completed in 146 milliseconds