Home
last modified time | relevance | path

Searched refs:KEY_ON_REPLY (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/v4/api21/android/support/v4/app/
DNotificationCompatApi21.java50 private static final String KEY_ON_REPLY = "on_reply"; field in NotificationCompatApi21
149 b.putParcelable(KEY_ON_REPLY, uc.getReplyPendingIntent()); in getBundleForUnreadConversation()
186 PendingIntent onReply = b.getParcelable(KEY_ON_REPLY); in getUnreadConversationFromBundle()
/frameworks/base/core/java/android/app/
DNotification.java5426 private static final String KEY_ON_REPLY = "on_reply"; field in Notification.CarExtender.UnreadConversation
5518 b.putParcelable(KEY_ON_REPLY, mReplyPendingIntent); in getBundleForUnreadConversation()
5553 PendingIntent onReply = b.getParcelable(KEY_ON_REPLY); in getUnreadConversationFromBundle()