Home | History | Annotate | Download | only in settings

Lines Matching defs:mContentView

61     private View mContentView;
132 mInitiateButton = (Button) mContentView.findViewById(R.id.initiate_master_clear);
134 mExternalStorageContainer = mContentView.findViewById(R.id.erase_external_container);
135 mExternalStorage = (CheckBox) mContentView.findViewById(R.id.erase_external);
149 final View externalOption = mContentView.findViewById(R.id.erase_external_option_text);
152 final View externalAlsoErased = mContentView.findViewById(R.id.also_erases_external);
177 View accountsLabel = mContentView.findViewById(R.id.accounts_label);
178 LinearLayout contents = (LinearLayout)mContentView.findViewById(R.id.accounts);
244 mContentView = inflater.inflate(R.layout.master_clear, null);
247 return mContentView;