Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationInlineImageResolver.java213 for (Notification.MessagingStyle.Message historic : historicList) { in retrieveWantedUriSet()
214 if (MessagingMessage.hasImage(historic)) { in retrieveWantedUriSet()
215 result.add(historic.getDataUri()); in retrieveWantedUriSet()
/frameworks/base/core/java/com/android/internal/app/procstats/
DIProcessStats.aidl25 byte[] getCurrentStats(out List<ParcelFileDescriptor> historic); in getCurrentStats() argument
/frameworks/base/api/
DStubLibraries.bp1170 // about all the public APIs, both updatable and non-updatable and historic
1181 // about all the system APIs, both updatable and non-updatable and historic
1215 // about only the non-updatable module-lib APIs and historic information about
1216 // all previous dessert and SDK extension releases. That historic information
1243 // about all the module-lib APIs, both updatable and non-updatable and historic
1253 // about only the non-updatable system-server APIs and historic information
1254 // about all previous dessert and SDK extension releases. That historic
1286 // historic information about all previous dessert and SDK extension releases.
/frameworks/base/services/core/java/com/android/server/am/
DProcessStatsService.java581 public byte[] getCurrentStats(List<ParcelFileDescriptor> historic) {
593 if (historic != null) {
600 historic.add(pfd);
/frameworks/base/core/java/android/app/
DNotification.java3011 final Parcelable[] historic = extras.getParcelableArray(EXTRA_HISTORIC_MESSAGES, in visitUris() local
3013 if (!ArrayUtils.isEmpty(historic)) { in visitUris()
3015 .getMessagesFromBundleArray(historic)) { in visitUris()
/frameworks/base/core/api/
Dcurrent.txt6450 field public static final String EXTRA_HISTORIC_MESSAGES = "android.messages.historic";