Searched refs:snoozePendingIntent (Results 1 – 4 of 4) sorted by relevance
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/ |
D | BigTextIntentService.java | 161 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0); in recreateBuilderWithBigTextStyle() local 166 snoozePendingIntent) in recreateBuilderWithBigTextStyle()
|
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/ |
D | BigTextIntentService.java | 161 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0); in recreateBuilderWithBigTextStyle() local 166 snoozePendingIntent) in recreateBuilderWithBigTextStyle()
|
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/ |
D | StandaloneMainActivity.java | 231 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0); in generateBigTextStyleNotification() local 236 snoozePendingIntent) in generateBigTextStyleNotification()
|
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/ |
D | MainActivity.java | 253 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0); in generateBigTextStyleNotification() local 258 snoozePendingIntent) in generateBigTextStyleNotification()
|