Home
last modified time | relevance | path

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

/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
DConstants.java46 public static final int MOBILE_NOTIFICATION_ID = 100; field in Constants
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
DUtilityService.java279 NotificationManagerCompat.from(this).cancel(Constants.MOBILE_NOTIFICATION_ID); in clearNotificationInternal()
400 Constants.MOBILE_NOTIFICATION_ID, builder.build()); in showNotification()