Home
last modified time | relevance | path

Searched refs:CLEAR_NOTIFICATIONS_PATH (Results 1 – 5 of 5) sorted by relevance

/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
DConstants.java67 public static final String CLEAR_NOTIFICATIONS_PATH = "/clear"; field in Constants
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
DListenerService.java39 if (Constants.CLEAR_NOTIFICATIONS_PATH.equals(messageEvent.getPath())) { in onMessageReceived()
DUtilityService.java302 googleApiClient, itr.next(), Constants.CLEAR_NOTIFICATIONS_PATH, null); in clearRemoteNotifications()
/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/service/
DListenerService.java73 if (Constants.CLEAR_NOTIFICATIONS_PATH.equals(messageEvent.getPath())) { in onMessageReceived()
DUtilityService.java133 googleApiClient, itr.next(), Constants.CLEAR_NOTIFICATIONS_PATH, null); in clearRemoteNotificationsInternal()