Home
last modified time | relevance | path

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

/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DMainActivity.java295 private final boolean mCancelExisting; field in MainActivity.UpdateNotificationsOnItemSelectedListener
298 mCancelExisting = cancelExisting; in UpdateNotificationsOnItemSelectedListener()
302 updateNotifications(mCancelExisting); in onItemSelected()
312 private final boolean mCancelExisting; field in MainActivity.UpdateNotificationsOnCheckedChangeListener
315 mCancelExisting = cancelExisting; in UpdateNotificationsOnCheckedChangeListener()
320 updateNotifications(mCancelExisting); in onCheckedChanged()