Searched refs:mLocationSwitch (Results 1 – 2 of 2) sorted by relevance
47 private Switch mLocationSwitch; field in LocationSettingsFragmentTest65 mLocationSwitch.setChecked(!mLocationSwitch.isChecked()); in locationSwitch_toggle_shouldBroadcastLocationModeChangedIntent()76 mLocationSwitch.setChecked(true); in locationSwitch_checked_enablesLocation()84 mLocationSwitch.setChecked(false); in locationSwitch_unchecked_disablesLocation()91 mLocationSwitch = (Switch) mActivity.findViewById(R.id.toggle_switch); in initFragment()
45 private Switch mLocationSwitch; field in LocationSettingsFragment49 mLocationSwitch.setChecked(mLocationManager.isLocationEnabled());74 mLocationSwitch = requireActivity().findViewById(R.id.toggle_switch); in onActivityCreated()92 mLocationSwitch.setChecked(mLocationManager.isLocationEnabled()); in updateLocationSwitch()93 mLocationSwitch.setOnCheckedChangeListener((buttonView, isChecked) -> in updateLocationSwitch()