Searched refs:ACTION_SNOOZE (Results 1 – 7 of 7) sorted by relevance
34 public static final String ACTION_SNOOZE = "com.example.android.pingme.ACTION_SNOOZE"; field in CommonConstants
40 intent.setAction(CommonConstants.ACTION_SNOOZE); in onSnoozeClick()
58 } else if (action.equals(CommonConstants.ACTION_SNOOZE)) { in onHandleIntent()80 snoozeIntent.setAction(CommonConstants.ACTION_SNOOZE); in issueNotification()
45 public static final String ACTION_SNOOZE = field in BigTextIntentService62 } else if (ACTION_SNOOZE.equals(action)) { in onHandleIntent()159 snoozeIntent.setAction(BigTextIntentService.ACTION_SNOOZE); in recreateBuilderWithBigTextStyle()
46 public static final String ACTION_SNOOZE = field in BigTextIntentService63 } else if (ACTION_SNOOZE.equals(action)) { in onHandleIntent()159 snoozeIntent.setAction(BigTextIntentService.ACTION_SNOOZE); in recreateBuilderWithBigTextStyle()
229 snoozeIntent.setAction(BigTextIntentService.ACTION_SNOOZE); in generateBigTextStyleNotification()
251 snoozeIntent.setAction(BigTextIntentService.ACTION_SNOOZE); in generateBigTextStyleNotification()