HomeSort by relevance Sort by last modified time
    Searched refs:mBackgroundAttachmentsView (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSetupOptionsTests.java 48 private CheckBox mBackgroundAttachmentsView;
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/
AccountSetupOptionsFragment.java 42 private CheckBox mBackgroundAttachmentsView;
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 107 milliseconds