Searched refs:PREF_KEY_NOTIFICATION_ID (Results 1 – 1 of 1) sorted by relevance
27 public static final String PREF_KEY_NOTIFICATION_ID = "notification_id"; field in BasicSmsReceiverApp47 int notificationId = prefs.getInt(PREF_KEY_NOTIFICATION_ID, 0); in getNextNotificationId()55 editor.putInt(PREF_KEY_NOTIFICATION_ID, notificationId); in getNextNotificationId()