Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
H A DNotificationTest.java66 private static final String REPLY_INPUT_KEY = "REPLY_KEY"; field in NotificationTest
146 RemoteInput remoteInput = new RemoteInput.Builder(REPLY_INPUT_KEY) in postMessagingNotification()