Home
last modified time | relevance | path

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

/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/service/
DUtilityService.java47 private static final String ACTION_CLEAR_REMOTE_NOTIFICATIONS = "clear_remote_notifications"; field in UtilityService
65 intent.setAction(UtilityService.ACTION_CLEAR_REMOTE_NOTIFICATIONS); in getClearRemoteNotificationsIntent()
100 } else if (ACTION_CLEAR_REMOTE_NOTIFICATIONS.equals(action)) { in onHandleIntent()
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
DUtilityService.java78 private static final String ACTION_CLEAR_REMOTE_NOTIFICATIONS = "clear_remote_notifications"; field in UtilityService
113 intent.setAction(UtilityService.ACTION_CLEAR_REMOTE_NOTIFICATIONS); in getClearRemoteNotificationsIntent()
134 } else if (ACTION_CLEAR_REMOTE_NOTIFICATIONS.equals(action)) { in onHandleIntent()
286 Log.v(TAG, ACTION_CLEAR_REMOTE_NOTIFICATIONS); in clearRemoteNotifications()