Home
last modified time | relevance | path

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

/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
DConstants.java47 public static final int WEAR_NOTIFICATION_ID = 200; field in Constants
/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/service/
DListenerService.java123 notificationManager.notify(Constants.WEAR_NOTIFICATION_ID, notification); in showNotification()
DUtilityService.java114 notificationManager.cancel(Constants.WEAR_NOTIFICATION_ID); in clearNotificationInternal()