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

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java4132 private UnreadConversation mUnreadConversation;
4163 private static UnreadConversation getUnreadConversationFromBundle(@Nullable Bundle b) {
4209 return new UnreadConversation(messages, remoteInputCompat, onReply,
4214 private static Bundle getBundleForUnreadConversation(@NonNull UnreadConversation uc) {
4328 public CarExtender setUnreadConversation(UnreadConversation unreadConversation) {
4335 * @see #setUnreadConversation(UnreadConversation)
4337 public UnreadConversation getUnreadConversation() {
4344 public static class UnreadConversation { class in class:NotificationCompat.CarExtender
4352 UnreadConversation(String[] messages, RemoteInput remoteInput, method in class:NotificationCompat.CarExtender.UnreadConversation
4416 * Builder class for {@link CarExtender.UnreadConversation} object
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java7909 private UnreadConversation mUnreadConversation;
7931 mUnreadConversation = UnreadConversation.getUnreadConversationFromBundle(b);
8013 public CarExtender setUnreadConversation(UnreadConversation unreadConversation) {
8020 * @see #setUnreadConversation(UnreadConversation)
8022 public UnreadConversation getUnreadConversation() {
8029 public static class UnreadConversation { class in class:Notification.CarExtender
8046 UnreadConversation(String[] messages, RemoteInput remoteInput, method in class:Notification.CarExtender.UnreadConversation
8133 static UnreadConversation getUnreadConversationFromBundle(Bundle b) {
8170 return new UnreadConversation(messages,
8179 * Builder class for {@link CarExtender.UnreadConversation} object
[all...]

Completed in 74 milliseconds