Home
last modified time | relevance | path

Searched defs:TestChatAction (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
H A DActionTest.java265 public static class TestChatAction extends Action implements Parcelable { class in ActionTest
266 protected TestChatAction(final String key, final String parameter) { in TestChatAction() method in ActionTest.TestChatAction
300 private TestChatAction(final Parcel in) { in TestChatAction() method in ActionTest.TestChatAction
H A DActionServiceTest.java178 public static class TestChatAction extends Action implements Parcelable { class in ActionServiceTest
182 protected TestChatAction(final String key, final String parameter) { in TestChatAction() method in ActionServiceTest.TestChatAction
217 private TestChatAction(final Parcel in) { in TestChatAction() method in ActionServiceTest.TestChatAction
H A DActionServiceSystemTest.java314 public static class TestChatAction extends Action implements Parcelable { class in ActionServiceSystemTest
318 protected TestChatAction(final String key, final String parameter) { in TestChatAction() method in ActionServiceSystemTest.TestChatAction
354 private TestChatAction(final Parcel in) { in TestChatAction() method in ActionServiceSystemTest.TestChatAction