Home
last modified time | relevance | path

Searched refs:ACTION_DISMISS (Results 1 – 7 of 7) sorted by relevance

/development/samples/training/notify-user/src/com/example/android/pingme/
DCommonConstants.java35 public static final String ACTION_DISMISS = "com.example.android.pingme.ACTION_DISMISS"; field in CommonConstants
DResultActivity.java46 intent.setAction(CommonConstants.ACTION_DISMISS); in onDismissClick()
DPingService.java64 } else if (action.equals(CommonConstants.ACTION_DISMISS)) { in onHandleIntent()
76 dismissIntent.setAction(CommonConstants.ACTION_DISMISS); in issueNotification()
/development/samples/browseable/SynchronizedNotifications/Shared/src/com.example.android.wearable.synchronizednotifications.common/
DConstants.java35 public static final String ACTION_DISMISS field in Constants
/development/samples/browseable/SynchronizedNotifications/Wearable/src/com.example.android.wearable.synchronizednotifications/
DNotificationUpdateService.java69 if (Constants.ACTION_DISMISS.equals(action)) { in onStartCommand()
127 Intent dismissIntent = new Intent(Constants.ACTION_DISMISS); in buildWearableOnlyNotification()
/development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.wearable.synchronizednotifications/
DDismissListener.java75 if (Constants.ACTION_DISMISS.equals(action)) { in onStartCommand()
DSynchronizedNotificationsFragment.java111 Intent dismissIntent = new Intent(Constants.ACTION_DISMISS); in buildLocalOnlyNotification()