Home
last modified time | relevance | path

Searched refs:KEY_ON_REPLY (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java20 import static android.app.Notification.CarExtender.UnreadConversation.KEY_ON_REPLY;
1054 fakeTypes.putParcelable(KEY_ON_REPLY, new Bundle()); in testGetUnreadConversationFromBundle_invalidExtra_noCrash()
/frameworks/base/core/java/android/app/
DNotification.java12796 static final String KEY_ON_REPLY = "on_reply"; field in Notification.Builder.CarExtender.UnreadConversation
12888 b.putParcelable(KEY_ON_REPLY, mReplyPendingIntent); in getBundleForUnreadConversation()
12924 PendingIntent onReply = b.getParcelable(KEY_ON_REPLY, PendingIntent.class); in getUnreadConversationFromBundle()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7715 Landroid/app/Notification$CarExtender$UnreadConversation;->KEY_ON_REPLY:Ljava/lang/String;