Home
last modified time | relevance | path

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

/frameworks/support/v4/api21/android/support/v4/app/
DNotificationCompatApi21.java51 private static final String KEY_ON_READ = "on_read"; field in NotificationCompatApi21
150 b.putParcelable(KEY_ON_READ, uc.getReadPendingIntent()); in getBundleForUnreadConversation()
185 PendingIntent onRead = b.getParcelable(KEY_ON_READ); in getUnreadConversationFromBundle()
/frameworks/base/core/java/android/app/
DNotification.java5427 private static final String KEY_ON_READ = "on_read"; field in Notification.CarExtender.UnreadConversation
5519 b.putParcelable(KEY_ON_READ, mReadPendingIntent); in getBundleForUnreadConversation()
5552 PendingIntent onRead = b.getParcelable(KEY_ON_READ); in getUnreadConversationFromBundle()