Searched refs:NOTIFICATION_ID_KEY (Results 1 – 2 of 2) sorted by relevance
56 public static final String NOTIFICATION_ID_KEY = "notificationid"; field in AlertUtils
70 int notificationId = intent.getIntExtra(AlertUtils.NOTIFICATION_ID_KEY, -1); in onHandleIntent()