Home
last modified time | relevance | path

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

/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/service/
DUtilityService.java60 context.startService(getClearRemoteNotificationsIntent(context)); in clearRemoteNotifications()
63 public static Intent getClearRemoteNotificationsIntent(Context context) { in getClearRemoteNotificationsIntent() method in UtilityService
DListenerService.java107 this, 0, UtilityService.getClearRemoteNotificationsIntent(this), 0); in showNotification()
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
DUtilityService.java111 public static Intent getClearRemoteNotificationsIntent(Context context) { in getClearRemoteNotificationsIntent() method in UtilityService
356 PendingIntent.getService(this, 0, getClearRemoteNotificationsIntent(this), 0); in showNotification()