HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_CLEAR_REMOTE_NOTIFICATIONS (Results 1 - 6 of 6) sorted by null

  /developers/build/prebuilts/gradle/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 47 private static final String ACTION_CLEAR_REMOTE_NOTIFICATIONS = "clear_remote_notifications";
65 intent.setAction(UtilityService.ACTION_CLEAR_REMOTE_NOTIFICATIONS);
100 } else if (ACTION_CLEAR_REMOTE_NOTIFICATIONS.equals(action)) {
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 47 private static final String ACTION_CLEAR_REMOTE_NOTIFICATIONS = "clear_remote_notifications";
65 intent.setAction(UtilityService.ACTION_CLEAR_REMOTE_NOTIFICATIONS);
100 } else if (ACTION_CLEAR_REMOTE_NOTIFICATIONS.equals(action)) {
  /development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/service/
UtilityService.java 47 private static final String ACTION_CLEAR_REMOTE_NOTIFICATIONS = "clear_remote_notifications";
65 intent.setAction(UtilityService.ACTION_CLEAR_REMOTE_NOTIFICATIONS);
100 } else if (ACTION_CLEAR_REMOTE_NOTIFICATIONS.equals(action)) {
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 78 private static final String ACTION_CLEAR_REMOTE_NOTIFICATIONS = "clear_remote_notifications";
113 intent.setAction(UtilityService.ACTION_CLEAR_REMOTE_NOTIFICATIONS);
134 } else if (ACTION_CLEAR_REMOTE_NOTIFICATIONS.equals(action)) {
276 Log.v(TAG, ACTION_CLEAR_REMOTE_NOTIFICATIONS);
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 78 private static final String ACTION_CLEAR_REMOTE_NOTIFICATIONS = "clear_remote_notifications";
113 intent.setAction(UtilityService.ACTION_CLEAR_REMOTE_NOTIFICATIONS);
134 } else if (ACTION_CLEAR_REMOTE_NOTIFICATIONS.equals(action)) {
276 Log.v(TAG, ACTION_CLEAR_REMOTE_NOTIFICATIONS);
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
UtilityService.java 78 private static final String ACTION_CLEAR_REMOTE_NOTIFICATIONS = "clear_remote_notifications";
113 intent.setAction(UtilityService.ACTION_CLEAR_REMOTE_NOTIFICATIONS);
134 } else if (ACTION_CLEAR_REMOTE_NOTIFICATIONS.equals(action)) {
276 Log.v(TAG, ACTION_CLEAR_REMOTE_NOTIFICATIONS);

Completed in 528 milliseconds