Searched refs:KEY_ON_REPLY (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/api21/android/support/v4/app/
H A DNotificationCompatApi21.java59 private static final String KEY_ON_REPLY = "on_reply"; field in class:NotificationCompatApi21
200 b.putParcelable(KEY_ON_REPLY, uc.getReplyPendingIntent());
237 PendingIntent onReply = b.getParcelable(KEY_ON_REPLY);
/frameworks/base/core/java/android/app/
H A DNotification.java7830 private static final String KEY_ON_REPLY = "on_reply"; field in class:Notification.CarExtender.UnreadConversation
7922 b.putParcelable(KEY_ON_REPLY, mReplyPendingIntent);
7957 PendingIntent onReply = b.getParcelable(KEY_ON_REPLY);

Completed in 112 milliseconds