Home | History | Annotate | Download | only in settings

Lines Matching refs:mContentView

62     private View mContentView;
152 mInitiateButton = (Button) mContentView.findViewById(R.id.initiate_master_clear);
154 mExternalStorageContainer = mContentView.findViewById(R.id.erase_external_container);
155 mExternalStorage = (CheckBox) mContentView.findViewById(R.id.erase_external);
169 final View externalOption = mContentView.findViewById(R.id.erase_external_option_text);
172 final View externalAlsoErased = mContentView.findViewById(R.id.also_erases_external);
197 View accountsLabel = mContentView.findViewById(R.id.accounts_label);
198 LinearLayout contents = (LinearLayout)mContentView.findViewById(R.id.accounts);
258 mContentView = inflater.inflate(R.layout.master_clear, null);
261 return mContentView;