Searched refs:snoozeIntent (Results 1 – 5 of 5) sorted by relevance
/development/samples/training/notify-user/src/com/example/android/pingme/ |
D | PingService.java | 79 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/ |
D | BigTextIntentService.java | 158 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/ |
D | BigTextIntentService.java | 158 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/ |
D | StandaloneMainActivity.java | 228 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/ |
D | MainActivity.java | 250 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()
|