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 NotificationCompatApi21149 b.putParcelable(KEY_ON_REPLY, uc.getReplyPendingIntent()); in getBundleForUnreadConversation()186 PendingIntent onReply = b.getParcelable(KEY_ON_REPLY); in getUnreadConversationFromBundle()
5426 private static final String KEY_ON_REPLY = "on_reply"; field in Notification.CarExtender.UnreadConversation5518 b.putParcelable(KEY_ON_REPLY, mReplyPendingIntent); in getBundleForUnreadConversation()5553 PendingIntent onReply = b.getParcelable(KEY_ON_REPLY); in getUnreadConversationFromBundle()