Searched refs:historic (Results 1 – 6 of 6) sorted by relevance
213 for (Notification.MessagingStyle.Message historic : historicList) { in retrieveWantedUriSet()214 if (MessagingMessage.hasImage(historic)) { in retrieveWantedUriSet()215 result.add(historic.getDataUri()); in retrieveWantedUriSet()
25 byte[] getCurrentStats(out List<ParcelFileDescriptor> historic); in getCurrentStats() argument
1170 // about all the public APIs, both updatable and non-updatable and historic1181 // about all the system APIs, both updatable and non-updatable and historic1215 // about only the non-updatable module-lib APIs and historic information about1216 // all previous dessert and SDK extension releases. That historic information1243 // about all the module-lib APIs, both updatable and non-updatable and historic1253 // about only the non-updatable system-server APIs and historic information1254 // about all previous dessert and SDK extension releases. That historic1286 // historic information about all previous dessert and SDK extension releases.
581 public byte[] getCurrentStats(List<ParcelFileDescriptor> historic) {593 if (historic != null) {600 historic.add(pfd);
3011 final Parcelable[] historic = extras.getParcelableArray(EXTRA_HISTORIC_MESSAGES, in visitUris() local3013 if (!ArrayUtils.isEmpty(historic)) { in visitUris()3015 .getMessagesFromBundleArray(historic)) { in visitUris()
6450 field public static final String EXTRA_HISTORIC_MESSAGES = "android.messages.historic";