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

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java4595 private UnreadConversation mUnreadConversation;
4626 private static UnreadConversation getUnreadConversationFromBundle(@Nullable Bundle b) {
4672 return new UnreadConversation(messages, remoteInputCompat, onReply,
4677 private static Bundle getBundleForUnreadConversation(@NonNull UnreadConversation uc) {
4791 public CarExtender setUnreadConversation(UnreadConversation unreadConversation) {
4798 * @see #setUnreadConversation(UnreadConversation)
4800 public UnreadConversation getUnreadConversation() {
4807 public static class UnreadConversation { class in class:NotificationCompat.CarExtender
4815 UnreadConversation(String[] messages, RemoteInput remoteInput, method in class:NotificationCompat.CarExtender.UnreadConversation
4879 * Builder class for {@link CarExtender.UnreadConversation} object
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java9045 private UnreadConversation mUnreadConversation;
9067 mUnreadConversation = UnreadConversation.getUnreadConversationFromBundle(b);
9149 public CarExtender setUnreadConversation(UnreadConversation unreadConversation) {
9156 * @see #setUnreadConversation(UnreadConversation)
9158 public UnreadConversation getUnreadConversation() {
9165 public static class UnreadConversation { class in class:Notification.CarExtender
9182 UnreadConversation(String[] messages, RemoteInput remoteInput, method in class:Notification.CarExtender.UnreadConversation
9269 static UnreadConversation getUnreadConversationFromBundle(Bundle b) {
9306 return new UnreadConversation(messages,
9315 * Builder class for {@link CarExtender.UnreadConversation} object
[all...]

Completed in 387 milliseconds