Searched defs:EXTRA_HISTORIC_MESSAGES (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DNotification.java1075 public static final String EXTRA_HISTORIC_MESSAGES = "android.messages.historic"; field in class:Notification
6013 if (!mHistoricMessages.isEmpty()) { extras.putParcelableArray(EXTRA_HISTORIC_MESSAGES,
6062 Parcelable[] histMessages = extras.getParcelableArray(EXTRA_HISTORIC_MESSAGES);

Completed in 41 milliseconds