Lines Matching refs:mFitAuthSwitch
57 private Switch mFitAuthSwitch; field in FitDistanceWatchFaceConfigActivity
64 mFitAuthSwitch = (Switch) findViewById(R.id.fit_auth_switch); in onCreate()
94 mFitAuthSwitch.setChecked(true); in onStart()
95 mFitAuthSwitch.setEnabled(true); in onStart()
101 mFitAuthSwitch.setChecked(false); in onStart()
102 mFitAuthSwitch.setEnabled(true); in onStart()
167 mFitAuthSwitch.setChecked(false); in onConnectionSuspended()
168 mFitAuthSwitch.setEnabled(true); in onConnectionSuspended()
177 mFitAuthSwitch.setChecked(false); in onConnectionFailed()
178 mFitAuthSwitch.setEnabled(true); in onConnectionFailed()
198 boolean userWantsToEnableFit = mFitAuthSwitch.isChecked(); in onSwitchClicked()
211 mFitAuthSwitch.setEnabled(false); in onSwitchClicked()
252 mFitAuthSwitch.setChecked(userFitPreferences); in setUserFitPreferences()
253 mFitAuthSwitch.setEnabled(true); in setUserFitPreferences()