Searched refs:mLocationSwitch (Results 1 – 2 of 2) sorted by relevance
49 private MenuItem mLocationSwitch; field in LocationSettingsFragmentTest70 mLocationSwitch.performClick(); in locationSwitch_toggle_shouldBroadcastLocationModeChangedIntent()81 mLocationSwitch.performClick(); in locationSwitch_checked_enablesLocation()89 mLocationSwitch.performClick(); in locationSwitch_unchecked_disablesLocation()93 mLocationSwitch.performClick(); in locationSwitch_unchecked_disablesLocation()100 mLocationSwitch = toolbar.getMenuItems().get(0); in initFragment()
47 private MenuItem mLocationSwitch; field in LocationSettingsFragment51 mLocationSwitch.setChecked(mLocationManager.isLocationEnabled());57 return Collections.singletonList(mLocationSwitch); in getToolbarMenuItems()64 mLocationSwitch = new MenuItem.Builder(getContext()) in onCreate()91 mLocationSwitch.setChecked(mLocationManager.isLocationEnabled()); in onStart()