Searched refs:KEY_ON_REPLY (Results 1 – 2 of 2) sorted by relevance
50 private static final String KEY_ON_REPLY = "on_reply"; field in NotificationCompatApi21171 b.putParcelable(KEY_ON_REPLY, uc.getReplyPendingIntent()); in getBundleForUnreadConversation()208 PendingIntent onReply = b.getParcelable(KEY_ON_REPLY); in getUnreadConversationFromBundle()
6656 private static final String KEY_ON_REPLY = "on_reply"; field in Notification.CarExtender.UnreadConversation6748 b.putParcelable(KEY_ON_REPLY, mReplyPendingIntent); in getBundleForUnreadConversation()6783 PendingIntent onReply = b.getParcelable(KEY_ON_REPLY); in getUnreadConversationFromBundle()