Home
last modified time | relevance | path

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

/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DActionServiceSystemTest.java119 response.putString(TestChatAction.RESPONSE_TEST, processResponseResult); in testChatActionSucceeds()
208 response.putString(TestChatAction.RESPONSE_TEST, processResponseResult); in testChatActionNoMonitor()
314 public static String RESPONSE_TEST = "response_test"; field in ActionServiceSystemTest.TestChatAction
342 return response.get(RESPONSE_TEST); in processBackgroundResponse()
DActionServiceTest.java179 public static String RESPONSE_TEST = "response_test"; field in ActionServiceTest.TestChatAction