Home
last modified time | relevance | path

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

/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DMainActivity.java56 private CheckBox mIncludeLargeIconCheckbox; field in MainActivity
142 mIncludeLargeIconCheckbox = (CheckBox) findViewById(R.id.include_large_icon_checkbox); in initIncludeLargeIconCheckbox()
143 mIncludeLargeIconCheckbox.setOnCheckedChangeListener( in initIncludeLargeIconCheckbox()
237 mIncludeLargeIconCheckbox.isChecked(), in postNotifications()