Home
last modified time | relevance | path

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

/development/samples/browseable/SynchronizedNotifications/Shared/src/com.example.android.wearable.synchronizednotifications.common/
DConstants.java25 public static final int WATCH_ONLY_ID = 2; field in Constants
/development/samples/browseable/SynchronizedNotifications/Wearable/src/com.example.android.wearable.synchronizednotifications/
DNotificationUpdateService.java109 .cancel(Constants.WATCH_ONLY_ID); in onDataChanged()
134 .notify(Constants.WATCH_ONLY_ID, builder.build()); in buildWearableOnlyNotification()