Home | History | Annotate | Download | only in utils

Lines Matching refs:REPLY

92         REPLY("reply", false, R.drawable.ic_reply_holo_dark, R.string.notification_action_reply),
232 * Action 1: Archive, Delete, Mute, Mark read, Add star, Mark important, Reply, Reply
236 * Action 2: Reply, Reply all, Forward, Mark important, Add star, Mark read, Mute,
245 if (unsortedActions.contains(NotificationActionType.REPLY)) {
246 sortedActions.add(NotificationActionType.REPLY);
254 * Action 1: Delete, Mute, Mark read, Add star, Mark important, Reply, Reply all,
258 * Action 2: Reply, Reply all, Forward, Mark important, Add star, Mark read, Mute,
264 if (unsortedActions.contains(NotificationActionType.REPLY)) {
265 sortedActions.add(NotificationActionType.REPLY);
273 * Action 1: Remove label, Delete, Mark read, Add star, Mark important, Reply, Reply
277 * Action 2: Reply, Reply all, Forward, Mark important, Add star, Mark read, Delete
285 if (unsortedActions.contains(NotificationActionType.REPLY)) {
286 sortedActions.add(NotificationActionType.REPLY);
309 case REPLY: {
311 // reply activity.
317 // To make sure that the reply intents one notification don't clobber over
320 Uri.parse("mailfrom://mail/account/" + "reply/" + notificationId);
329 // reply activity.
335 // To make sure that the reply intents one notification don't clobber over
371 * @return an intent which, if launched, will reply to the conversation