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

  /developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigTextIntentService.java 161 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0);
166 snoozePendingIntent)
  /developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigTextIntentService.java 161 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0);
166 snoozePendingIntent)
  /development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/
BigTextIntentService.java 161 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0);
166 snoozePendingIntent)
  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/
BigTextIntentService.java 161 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0);
166 snoozePendingIntent)
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigTextIntentService.java 169 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0);
174 snoozePendingIntent)
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigTextIntentService.java 169 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0);
174 snoozePendingIntent)
  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
StandaloneMainActivity.java 231 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0);
236 snoozePendingIntent)
    [all...]
  /developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/
MainActivity.java 259 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0);
264 snoozePendingIntent)
    [all...]
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
StandaloneMainActivity.java 243 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0);
248 snoozePendingIntent)
    [all...]
  /developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/
MainActivity.java 259 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0);
264 snoozePendingIntent)
    [all...]
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
StandaloneMainActivity.java 243 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0);
248 snoozePendingIntent)
    [all...]
  /development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/
MainActivity.java 253 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0);
258 snoozePendingIntent)
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmNotifications.java 404 PendingIntent snoozePendingIntent = PendingIntent.getService(service,
407 resources.getString(R.string.alarm_alert_snooze_text), snoozePendingIntent);

Completed in 190 milliseconds