Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DExponentNotificationManager.kt160 …val oldNotifications = metadata.optJSONArray(ExponentSharedPreferences.EXPERIENCE_METADATA_ALL_NOT… in cancel() constant
162 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()