Home
last modified time | relevance | path

Searched refs:ACTION_SNOOZE (Results 1 – 7 of 7) sorted by relevance

/development/samples/training/notify-user/src/com/example/android/pingme/
DCommonConstants.java34 public static final String ACTION_SNOOZE = "com.example.android.pingme.ACTION_SNOOZE"; field in CommonConstants
DResultActivity.java40 intent.setAction(CommonConstants.ACTION_SNOOZE); in onSnoozeClick()
DPingService.java58 } else if (action.equals(CommonConstants.ACTION_SNOOZE)) { in onHandleIntent()
80 snoozeIntent.setAction(CommonConstants.ACTION_SNOOZE); in issueNotification()
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/
DBigTextIntentService.java45 public static final String ACTION_SNOOZE = field in BigTextIntentService
62 } else if (ACTION_SNOOZE.equals(action)) { in onHandleIntent()
159 snoozeIntent.setAction(BigTextIntentService.ACTION_SNOOZE); in recreateBuilderWithBigTextStyle()
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/
DBigTextIntentService.java46 public static final String ACTION_SNOOZE = field in BigTextIntentService
63 } else if (ACTION_SNOOZE.equals(action)) { in onHandleIntent()
159 snoozeIntent.setAction(BigTextIntentService.ACTION_SNOOZE); in recreateBuilderWithBigTextStyle()
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
DStandaloneMainActivity.java229 snoozeIntent.setAction(BigTextIntentService.ACTION_SNOOZE); in generateBigTextStyleNotification()
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/
DMainActivity.java251 snoozeIntent.setAction(BigTextIntentService.ACTION_SNOOZE); in generateBigTextStyleNotification()