Home
last modified time | relevance | path

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

/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/service/
DUtilityService.java46 private static final String ACTION_CLEAR_NOTIFICATION = "clear_notification"; field in UtilityService
55 intent.setAction(UtilityService.ACTION_CLEAR_NOTIFICATION); in clearNotification()
98 if (ACTION_CLEAR_NOTIFICATION.equals(action)) { in onHandleIntent()
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
DUtilityService.java77 private static final String ACTION_CLEAR_NOTIFICATION = "clear_notification"; field in UtilityService
107 intent.setAction(UtilityService.ACTION_CLEAR_NOTIFICATION); in clearNotification()
132 } else if (ACTION_CLEAR_NOTIFICATION.equals(action)) { in onHandleIntent()
278 Log.v(TAG, ACTION_CLEAR_NOTIFICATION); in clearNotificationInternal()