Searched refs:KEY_ON_READ (Results 1 – 2 of 2) sorted by relevance
51 private static final String KEY_ON_READ = "on_read"; field in NotificationCompatApi21172 b.putParcelable(KEY_ON_READ, uc.getReadPendingIntent()); in getBundleForUnreadConversation()207 PendingIntent onRead = b.getParcelable(KEY_ON_READ); in getUnreadConversationFromBundle()
6657 private static final String KEY_ON_READ = "on_read"; field in Notification.CarExtender.UnreadConversation6749 b.putParcelable(KEY_ON_READ, mReadPendingIntent); in getBundleForUnreadConversation()6782 PendingIntent onRead = b.getParcelable(KEY_ON_READ); in getUnreadConversationFromBundle()