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 NotificationCompatApi21150 b.putParcelable(KEY_ON_READ, uc.getReadPendingIntent()); in getBundleForUnreadConversation()185 PendingIntent onRead = b.getParcelable(KEY_ON_READ); in getUnreadConversationFromBundle()
5427 private static final String KEY_ON_READ = "on_read"; field in Notification.CarExtender.UnreadConversation5519 b.putParcelable(KEY_ON_READ, mReadPendingIntent); in getBundleForUnreadConversation()5552 PendingIntent onRead = b.getParcelable(KEY_ON_READ); in getUnreadConversationFromBundle()