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

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java4126 private static final String KEY_ON_REPLY = "on_reply"; field in class:NotificationCompat.CarExtender
4191 PendingIntent onReply = b.getParcelable(KEY_ON_REPLY);
4239 b.putParcelable(KEY_ON_REPLY, uc.getReplyPendingIntent());
/frameworks/base/core/java/android/app/
H A DNotification.java8034 private static final String KEY_ON_REPLY = "on_reply"; field in class:Notification.CarExtender.UnreadConversation
8126 b.putParcelable(KEY_ON_REPLY, mReplyPendingIntent);
8161 PendingIntent onReply = b.getParcelable(KEY_ON_REPLY);

Completed in 46 milliseconds