OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/DeskClock/src/com/android/deskclock/alarms/
AlarmNotifications.java
194
Intent
snoozeIntent
= AlarmStateManager.createStateChangeIntent(service,
196
snoozeIntent
.putExtra(AlarmStateManager.FROM_NOTIFICATION_EXTRA, true);
198
snoozeIntent
,
/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/core/java/com/android/server/net/
NetworkPolicyManagerService.java
[
all
...]
Completed in 206 milliseconds