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

  /developers/build/prebuilts/gradle/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/service/
ListenerService.java 106 PendingIntent deletePendingIntent = PendingIntent.getService(
113 .setDeleteIntent(deletePendingIntent)
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/service/
ListenerService.java 106 PendingIntent deletePendingIntent = PendingIntent.getService(
113 .setDeleteIntent(deletePendingIntent)
  /development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/service/
ListenerService.java 106 PendingIntent deletePendingIntent = PendingIntent.getService(
113 .setDeleteIntent(deletePendingIntent)
  /packages/services/NetworkRecommendation/src/com/android/networkrecommendation/wakeup/
WifiWakeupHelper.java 168 PendingIntent deletePendingIntent =
187 .setDeleteIntent(deletePendingIntent)
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 355 PendingIntent deletePendingIntent =
370 .setDeleteIntent(deletePendingIntent)
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 355 PendingIntent deletePendingIntent =
370 .setDeleteIntent(deletePendingIntent)
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
UtilityService.java 355 PendingIntent deletePendingIntent =
370 .setDeleteIntent(deletePendingIntent)
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationActionUtils.java 663 final PendingIntent deletePendingIntent = PendingIntent.getService(context,
665 builder.setDeleteIntent(deletePendingIntent);
    [all...]

Completed in 425 milliseconds