Home
last modified time | relevance | path

Searched refs:mFitAuthSwitch (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/
DFitDistanceWatchFaceConfigActivity.java57 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()
[all …]