Searched refs:ContextHubTestConstants (Results 1 – 11 of 11) sorted by relevance
/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/ |
D | ContextHubGetTimeTestExecutor.java | 42 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()
|
D | ContextHubNanoAppInfoEventsTestExecutor.java | 52 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()
|
D | ContextHubSimpleHeapAllocTestExecutor.java | 41 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()
|
D | ContextHubEstimatedHostTimeTestExecutor.java | 40 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()
|
D | ContextHubEventBetweenAppsTestExecutor.java | 61 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()
|
D | ContextHubInfoByIdTestExecutor.java | 40 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()
|
D | ContextHubSendMessageToHostTestExecutor.java | 71 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()
|
D | ContextHubBusyStartupTestExecutor.java | 36 new GeneralTestNanoApp(binary, ContextHubTestConstants.TestNames.INVALID_TEST, in ContextHubBusyStartupTestExecutor() 43 ContextHubTestConstants.MessageType type, byte[] data) { in handleMessageFromNanoApp()
|
D | ContextHubGeneralTestExecutor.java | 82 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()
|
D | ContextHubSimpleGeneralTestExecutor.java | 28 NanoAppBinary binary, ContextHubTestConstants.TestNames testName) { in ContextHubSimpleGeneralTestExecutor() 34 ContextHubTestConstants.MessageType type, byte[] data) { in handleMessageFromNanoApp()
|
D | ContextHubTestConstants.java | 28 public class ContextHubTestConstants { class
|