Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
H A DNotificationTest.java68 private static final String ACTION_REPLY = "com.android.inputmethod.stresstest.ACTION_REPLY"; field in NotificationTest
144 new Intent().setAction(ACTION_REPLY).setClass(mContext, NotificationTest.class), in postMessagingNotification()