• Home
  • Raw
  • Download

Lines Matching refs:mContentView

100     private View mContentView;  field in MainClear
295 mExternalStorageContainer = mContentView.findViewById(R.id.erase_external_container); in establishInitialState()
296 mExternalStorage = mContentView.findViewById(R.id.erase_external); in establishInitialState()
297 mEsimStorageContainer = mContentView.findViewById(R.id.erase_esim_container); in establishInitialState()
298 mEsimStorage = mContentView.findViewById(R.id.erase_esim); in establishInitialState()
302 mScrollView = mContentView.findViewById(R.id.main_clear_scrollview); in establishInitialState()
316 final View externalOption = mContentView.findViewById(R.id.erase_external_option_text); in establishInitialState()
319 final View externalAlsoErased = mContentView.findViewById(R.id.also_erases_external); in establishInitialState()
345 final View esimAlsoErased = mContentView.findViewById(R.id.also_erases_esim); in establishInitialState()
348 final View noCancelMobilePlan = mContentView.findViewById( in establishInitialState()
360 final View mainClearContainer = mContentView.findViewById(R.id.main_clear_container); in establishInitialState()
426 final GlifLayout layout = mContentView.findViewById(R.id.setup_wizard_layout); in setUpInitiateButton()
462 View accountsLabel = mContentView.findViewById(R.id.accounts_label); in loadAccountList()
463 LinearLayout contents = (LinearLayout) mContentView.findViewById(R.id.accounts); in loadAccountList()
542 View otherUsers = mContentView.findViewById(R.id.other_users_present); in loadAccountList()
567 mContentView = inflater.inflate(R.layout.main_clear, null); in onCreateView()
570 return mContentView; in onCreateView()