Home
last modified time | relevance | path

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

/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DMainActivity.java191 private void updateNotifications(boolean cancelExisting) { in updateNotifications() argument
196 if (cancelExisting) { in updateNotifications()
297 public UpdateNotificationsOnItemSelectedListener(boolean cancelExisting) { in UpdateNotificationsOnItemSelectedListener() argument
298 mCancelExisting = cancelExisting; in UpdateNotificationsOnItemSelectedListener()
314 public UpdateNotificationsOnCheckedChangeListener(boolean cancelExisting) { in UpdateNotificationsOnCheckedChangeListener() argument
315 mCancelExisting = cancelExisting; in UpdateNotificationsOnCheckedChangeListener()