Searched refs:KEY_ON_REPLY (Results 1 – 3 of 3) sorted by relevance
20 import static android.app.Notification.CarExtender.UnreadConversation.KEY_ON_REPLY;1054 fakeTypes.putParcelable(KEY_ON_REPLY, new Bundle()); in testGetUnreadConversationFromBundle_invalidExtra_noCrash()
12796 static final String KEY_ON_REPLY = "on_reply"; field in Notification.Builder.CarExtender.UnreadConversation12888 b.putParcelable(KEY_ON_REPLY, mReplyPendingIntent); in getBundleForUnreadConversation()12924 PendingIntent onReply = b.getParcelable(KEY_ON_REPLY, PendingIntent.class); in getUnreadConversationFromBundle()
7715 Landroid/app/Notification$CarExtender$UnreadConversation;->KEY_ON_REPLY:Ljava/lang/String;