Home
last modified time | relevance | path

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

/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/
DContextHubGetTimeTestExecutor.java42 private static final ContextHubTestConstants.TestNames TEST_NAME =
43 ContextHubTestConstants.TestNames.GET_TIME;
69 new GeneralTestNanoApp(binary, ContextHubTestConstants.TestNames.GET_TIME)); in ContextHubGetTimeTestExecutor()
74 ContextHubTestConstants.MessageType type, byte[] data) { in handleMessageFromNanoApp()
75 if (type != ContextHubTestConstants.MessageType.CONTINUE) { in handleMessageFromNanoApp()
97 ContextHubTestConstants.MessageType.CONTINUE.asInt(), in handleMessageFromNanoApp()
DContextHubNanoAppInfoEventsTestExecutor.java52 ContextHubTestConstants.TestNames.NANO_APP_INFO_EVENTS_OBSERVER), in ContextHubNanoAppInfoEventsTestExecutor()
54 ContextHubTestConstants.TestNames.NANO_APP_INFO_EVENTS_PERFORMER, in ContextHubNanoAppInfoEventsTestExecutor()
62 ContextHubTestConstants.MessageType type, byte[] data) { in handleMessageFromNanoApp()
63 if (type != ContextHubTestConstants.MessageType.CONTINUE) { in handleMessageFromNanoApp()
77 ContextHubTestConstants.TestNames.NANO_APP_INFO_EVENTS_PERFORMER.asInt(), in handleMessageFromNanoApp()
104 ContextHubTestConstants.MessageType.CONTINUE.asInt(), buffer.array()); in handleMessageFromNanoApp()
DContextHubSimpleHeapAllocTestExecutor.java41 ContextHubTestConstants.TestNames.SIMPLE_HEAP_ALLOC)); in ContextHubSimpleHeapAllocTestExecutor()
46 ContextHubTestConstants.MessageType type, byte[] data) { in handleMessageFromNanoApp()
47 if (type != ContextHubTestConstants.MessageType.CONTINUE) { in handleMessageFromNanoApp()
60 sendMessageToNanoAppOrFail(nanoAppId, ContextHubTestConstants.MessageType.CONTINUE.asInt(), in handleMessageFromNanoApp()
DContextHubEstimatedHostTimeTestExecutor.java40 ContextHubTestConstants.TestNames.ESTIMATED_HOST_TIME)); in ContextHubEstimatedHostTimeTestExecutor()
45 ContextHubTestConstants.MessageType type, byte[] data) { in handleMessageFromNanoApp()
46 if (type != ContextHubTestConstants.MessageType.CONTINUE) { in handleMessageFromNanoApp()
54 ContextHubTestConstants.MessageType.CONTINUE.asInt(), in handleMessageFromNanoApp()
DContextHubEventBetweenAppsTestExecutor.java61 ContextHubTestConstants.TestNames.EVENT_BETWEEN_APPS0), in ContextHubEventBetweenAppsTestExecutor()
63 ContextHubTestConstants.TestNames.EVENT_BETWEEN_APPS1)); in ContextHubEventBetweenAppsTestExecutor()
70 ContextHubTestConstants.MessageType type, byte[] data) { in handleMessageFromNanoApp()
71 if (type != ContextHubTestConstants.MessageType.CONTINUE) { in handleMessageFromNanoApp()
114 ContextHubTestConstants.MessageType.CONTINUE.asInt(), buffer.array()); in handleMessageFromNanoApp()
119 ContextHubTestConstants.MessageType.CONTINUE.asInt(), buffer.array()); in handleMessageFromNanoApp()
DContextHubInfoByIdTestExecutor.java40 NanoAppBinary binary, ContextHubTestConstants.TestNames testName) { in ContextHubInfoByIdTestExecutor()
46 ContextHubTestConstants.MessageType type, byte[] data) { in handleMessageFromNanoApp()
47 if (type != ContextHubTestConstants.MessageType.CONTINUE) { in handleMessageFromNanoApp()
59 sendMessageToNanoAppOrFail(nanoAppId, ContextHubTestConstants.MessageType.CONTINUE.asInt(), in handleMessageFromNanoApp()
DContextHubSendMessageToHostTestExecutor.java71 ContextHubTestConstants.TestNames.SEND_MESSAGE_TO_HOST)); in ContextHubSendMessageToHostTestExecutor()
76 ContextHubTestConstants.MessageType type, byte[] data) { in handleMessageFromNanoApp()
77 if (type != ContextHubTestConstants.MessageType.CONTINUE) { in handleMessageFromNanoApp()
150 message.getNanoAppId(), ContextHubTestConstants.MessageType.CONTINUE.asInt(), in hackMessageFromNanoApp()
185 sendMessageToNanoAppOrFail(nanoAppId, ContextHubTestConstants.MessageType.CONTINUE.asInt(), in sendEmptyMessage()
DContextHubBusyStartupTestExecutor.java36 new GeneralTestNanoApp(binary, ContextHubTestConstants.TestNames.INVALID_TEST, in ContextHubBusyStartupTestExecutor()
43 ContextHubTestConstants.MessageType type, byte[] data) { in handleMessageFromNanoApp()
DContextHubGeneralTestExecutor.java82 private final ContextHubTestConstants.TestNames mTestName;
95 ContextHubTestConstants.TestNames testName) { in GeneralTestNanoApp()
103 ContextHubTestConstants.TestNames testName, boolean loadAtInit) { in GeneralTestNanoApp()
111 ContextHubTestConstants.TestNames testName, in GeneralTestNanoApp()
123 public ContextHubTestConstants.TestNames getTestName() { in getTestName()
156 ContextHubTestConstants.MessageType messageEnum = in onMessageFromNanoApp()
157 ContextHubTestConstants.MessageType.fromInt(messageType, ""); in onMessageFromNanoApp()
338 long nanoAppId, ContextHubTestConstants.MessageType type, byte[] data); in handleMessageFromNanoApp()
DContextHubSimpleGeneralTestExecutor.java28 NanoAppBinary binary, ContextHubTestConstants.TestNames testName) { in ContextHubSimpleGeneralTestExecutor()
34 ContextHubTestConstants.MessageType type, byte[] data) { in handleMessageFromNanoApp()
DContextHubTestConstants.java28 public class ContextHubTestConstants { class