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

/packages/apps/Email/tests/src/com/android/email/activity/setup/
H A DAccountSetupOptionsTests.java48 private CheckBox mBackgroundAttachmentsView; field in class:AccountSetupOptionsTests
129 boolean isNull = mBackgroundAttachmentsView == null;
130 boolean isVisible = !isNull && (mBackgroundAttachmentsView.getVisibility() == View.VISIBLE);
146 mBackgroundAttachmentsView = (CheckBox) mActivity.findViewById(
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSetupOptionsFragment.java42 private CheckBox mBackgroundAttachmentsView; field in class:AccountSetupOptionsFragment
69 mBackgroundAttachmentsView = UiUtilities.getView(view, R.id.account_background_attachments);
70 mBackgroundAttachmentsView.setChecked(true);
122 mBackgroundAttachmentsView.setVisibility(View.GONE);
181 return mBackgroundAttachmentsView.isChecked();

Completed in 92 milliseconds