Searched refs:KEY_ON_READ (Results 1 – 3 of 3) sorted by relevance
19 import static android.app.Notification.CarExtender.UnreadConversation.KEY_ON_READ;1053 fakeTypes.putParcelable(KEY_ON_READ, new Bundle()); in testGetUnreadConversationFromBundle_invalidExtra_noCrash()
12797 static final String KEY_ON_READ = "on_read"; field in Notification.Builder.CarExtender.UnreadConversation12889 b.putParcelable(KEY_ON_READ, mReadPendingIntent); in getBundleForUnreadConversation()12923 PendingIntent onRead = b.getParcelable(KEY_ON_READ, PendingIntent.class); in getUnreadConversationFromBundle()
7714 Landroid/app/Notification$CarExtender$UnreadConversation;->KEY_ON_READ:Ljava/lang/String;