Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationInlineImageResolver.java147 for (Notification.MessagingStyle.Message historic : historicList) { in retrieveWantedUriSet()
148 if (MessagingMessage.hasImage(historic)) { in retrieveWantedUriSet()
149 result.add(historic.getDataUri()); in retrieveWantedUriSet()
/frameworks/base/core/java/com/android/internal/app/procstats/
DIProcessStats.aidl24 byte[] getCurrentStats(out List<ParcelFileDescriptor> historic); in getCurrentStats() argument
/frameworks/base/core/java/com/android/internal/widget/
DMessagingLayout.java471 List<Notification.MessagingStyle.Message> newMessages, boolean historic) { in createMessages() argument
479 message.setIsHistoric(historic); in createMessages()
/frameworks/base/services/core/java/com/android/server/am/
DProcessStatsService.java505 public byte[] getCurrentStats(List<ParcelFileDescriptor> historic) {
517 if (historic != null) {
524 historic.add(pfd);
/frameworks/base/core/java/android/app/
DNotification.java2475 final Parcelable[] historic = extras.getParcelableArray(EXTRA_HISTORIC_MESSAGES); in visitUris() local
2476 if (!ArrayUtils.isEmpty(historic)) { in visitUris()
2478 .getMessagesFromBundleArray(historic)) { in visitUris()
/frameworks/base/non-updatable-api/
Dcurrent.txt5326 field public static final String EXTRA_HISTORIC_MESSAGES = "android.messages.historic";
/frameworks/base/api/
Dcurrent.txt5326 field public static final String EXTRA_HISTORIC_MESSAGES = "android.messages.historic";