Home
last modified time | relevance | path

Searched refs:snoozeIntent (Results 1 – 5 of 5) sorted by relevance

/development/samples/training/notify-user/src/com/example/android/pingme/
DPingService.java79 Intent snoozeIntent = new Intent(this, PingService.class); in issueNotification() local
80 snoozeIntent.setAction(CommonConstants.ACTION_SNOOZE); in issueNotification()
81 PendingIntent piSnooze = PendingIntent.getService(this, 0, snoozeIntent, 0); in issueNotification()
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/
DBigTextIntentService.java158 Intent snoozeIntent = new Intent(this, BigTextIntentService.class); in recreateBuilderWithBigTextStyle() local
159 snoozeIntent.setAction(BigTextIntentService.ACTION_SNOOZE); in recreateBuilderWithBigTextStyle()
161 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0); in recreateBuilderWithBigTextStyle()
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/
DBigTextIntentService.java158 Intent snoozeIntent = new Intent(this, BigTextIntentService.class); in recreateBuilderWithBigTextStyle() local
159 snoozeIntent.setAction(BigTextIntentService.ACTION_SNOOZE); in recreateBuilderWithBigTextStyle()
161 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0); in recreateBuilderWithBigTextStyle()
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
DStandaloneMainActivity.java228 Intent snoozeIntent = new Intent(this, BigTextIntentService.class); in generateBigTextStyleNotification() local
229 snoozeIntent.setAction(BigTextIntentService.ACTION_SNOOZE); in generateBigTextStyleNotification()
231 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0); in generateBigTextStyleNotification()
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/
DMainActivity.java250 Intent snoozeIntent = new Intent(this, BigTextIntentService.class); in generateBigTextStyleNotification() local
251 snoozeIntent.setAction(BigTextIntentService.ACTION_SNOOZE); in generateBigTextStyleNotification()
253 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0); in generateBigTextStyleNotification()