Home
last modified time | relevance | path

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

/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DMainActivity.java59 private CheckBox mVibrateCheckbox; field in MainActivity
161 mVibrateCheckbox = (CheckBox) findViewById(R.id.vibrate_checkbox); in initVibrateCheckbox()
162 mVibrateCheckbox.setOnCheckedChangeListener( in initVibrateCheckbox()
240 mVibrateCheckbox.isChecked(), in postNotifications()