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

  /development/samples/training/notify-user/src/com/example/android/pingme/
PingService.java 79 Intent snoozeIntent = new Intent(this, PingService.class);
80 snoozeIntent.setAction(CommonConstants.ACTION_SNOOZE);
81 PendingIntent piSnooze = PendingIntent.getService(this, 0, snoozeIntent, 0);
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java 296 PendingIntent mapIntent = null, callIntent = null, snoozeIntent = null, emailIntent = null;
312 snoozeIntent = createSnoozeIntent(context, eventId, startMillis, endMillis,
348 if (snoozeIntent != null && numActions < MAX_NOTIF_ACTIONS) {
350 resources.getString(R.string.snooze_label), snoozeIntent);
392 if (snoozeIntent == null || numActions >= MAX_NOTIF_ACTIONS) {
396 contentView.setOnClickPendingIntent(R.id.snooze_button, snoozeIntent);
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmNotifications.java 228 Intent snoozeIntent = AlarmStateManager.createStateChangeIntent(context,
231 snoozeIntent,
  /frameworks/base/services/core/java/com/android/server/net/
NetworkPolicyManagerService.java     [all...]

Completed in 105 milliseconds