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

  /developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigTextIntentService.java 158 Intent snoozeIntent = new Intent(this, BigTextIntentService.class);
159 snoozeIntent.setAction(BigTextIntentService.ACTION_SNOOZE);
161 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0);
  /developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigTextIntentService.java 158 Intent snoozeIntent = new Intent(this, BigTextIntentService.class);
159 snoozeIntent.setAction(BigTextIntentService.ACTION_SNOOZE);
161 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0);
  /development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/
BigTextIntentService.java 158 Intent snoozeIntent = new Intent(this, BigTextIntentService.class);
159 snoozeIntent.setAction(BigTextIntentService.ACTION_SNOOZE);
161 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0);
  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/
BigTextIntentService.java 158 Intent snoozeIntent = new Intent(this, BigTextIntentService.class);
159 snoozeIntent.setAction(BigTextIntentService.ACTION_SNOOZE);
161 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0);
  /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);
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigTextIntentService.java 166 Intent snoozeIntent = new Intent(this, BigTextIntentService.class);
167 snoozeIntent.setAction(BigTextIntentService.ACTION_SNOOZE);
169 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0);
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigTextIntentService.java 166 Intent snoozeIntent = new Intent(this, BigTextIntentService.class);
167 snoozeIntent.setAction(BigTextIntentService.ACTION_SNOOZE);
169 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0);
  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
StandaloneMainActivity.java 228 Intent snoozeIntent = new Intent(this, BigTextIntentService.class);
229 snoozeIntent.setAction(BigTextIntentService.ACTION_SNOOZE);
231 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0);
    [all...]
  /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...]
  /developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/
MainActivity.java 256 Intent snoozeIntent = new Intent(this, BigTextIntentService.class);
257 snoozeIntent.setAction(BigTextIntentService.ACTION_SNOOZE);
259 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0);
    [all...]
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
StandaloneMainActivity.java 240 Intent snoozeIntent = new Intent(this, BigTextIntentService.class);
241 snoozeIntent.setAction(BigTextIntentService.ACTION_SNOOZE);
243 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0);
    [all...]
  /developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/
MainActivity.java 256 Intent snoozeIntent = new Intent(this, BigTextIntentService.class);
257 snoozeIntent.setAction(BigTextIntentService.ACTION_SNOOZE);
259 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0);
    [all...]
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
StandaloneMainActivity.java 240 Intent snoozeIntent = new Intent(this, BigTextIntentService.class);
241 snoozeIntent.setAction(BigTextIntentService.ACTION_SNOOZE);
243 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0);
    [all...]
  /development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/
MainActivity.java 250 Intent snoozeIntent = new Intent(this, BigTextIntentService.class);
251 snoozeIntent.setAction(BigTextIntentService.ACTION_SNOOZE);
253 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0);
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmNotifications.java 401 Intent snoozeIntent = AlarmStateManager.createStateChangeIntent(service,
403 snoozeIntent.putExtra(AlarmStateManager.FROM_NOTIFICATION_EXTRA, true);
405 ALARM_FIRING_NOTIFICATION_ID, snoozeIntent, PendingIntent.FLAG_UPDATE_CURRENT);
  /frameworks/base/services/core/java/com/android/server/net/
NetworkPolicyManagerService.java     [all...]

Completed in 363 milliseconds