Searched refs:mBackgroundAttachmentsView (Results 1 – 2 of 2) sorted by relevance
45 private CheckBox mBackgroundAttachmentsView; field in AccountSetupOptionsTests126 boolean isNull = mBackgroundAttachmentsView == null; in checkBackgroundAttachments()127 boolean isVisible = !isNull && (mBackgroundAttachmentsView.getVisibility() == View.VISIBLE); in checkBackgroundAttachments()143 mBackgroundAttachmentsView = (CheckBox) mActivity.findViewById( in getActivityAndFields()
65 private CheckBox mBackgroundAttachmentsView; field in AccountSetupOptions92 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()