Searched refs:oldNotifications (Results 1 – 1 of 1) sorted by relevance
160 …val oldNotifications = metadata.optJSONArray(ExponentSharedPreferences.EXPERIENCE_METADATA_ALL_NOT… in cancel() constant162 for (i in 0 until oldNotifications.length()) { in cancel()163 if (oldNotifications.getInt(i) != id) { in cancel()164 newNotifications.put(oldNotifications.getInt(i)) in cancel()