Searched refs:EXTRA_HISTORIC_MESSAGES (Results 1 – 5 of 5) sorted by relevance
143 historicMessages = extras.getParcelableArray(Notification.EXTRA_HISTORIC_MESSAGES); in retrieveWantedUriSet()
155 Parcelable[] histMessages = extras.getParcelableArray(Notification.EXTRA_HISTORIC_MESSAGES); in setData()
1219 public static final String EXTRA_HISTORIC_MESSAGES = "android.messages.historic"; field in Notification2475 final Parcelable[] historic = extras.getParcelableArray(EXTRA_HISTORIC_MESSAGES); in visitUris()7211 if (!mHistoricMessages.isEmpty()) { extras.putParcelableArray(EXTRA_HISTORIC_MESSAGES, in addExtras()7262 Parcelable[] histMessages = extras.getParcelableArray(EXTRA_HISTORIC_MESSAGES); in restoreFromExtras()
5326 field public static final String EXTRA_HISTORIC_MESSAGES = "android.messages.historic";