Home
last modified time | relevance | path

Searched refs:REPLY_ACTION_LABEL (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
H A DNotificationTest.java69 private static final String REPLY_ACTION_LABEL = "Test reply"; field in NotificationTest
113 Pattern actionLabelPattern = Pattern.compile(REPLY_ACTION_LABEL, Pattern.CASE_INSENSITIVE); in testDirectReply()
151 new Notification.Action.Builder(icon, REPLY_ACTION_LABEL, pendingIntent) in postMessagingNotification()