HomeSort by relevance Sort by last modified time
    Searched refs:snoozeIntent (Results 1 - 3 of 3) 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...]
  /frameworks/base/services/java/com/android/server/net/
NetworkPolicyManagerService.java 743 final Intent snoozeIntent = buildSnoozeWarningIntent(policy.template);
745 mContext, 0, snoozeIntent, PendingIntent.FLAG_UPDATE_CURRENT));
    [all...]

Completed in 1441 milliseconds