Home
last modified time | relevance | path

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

/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/
DContextHubGeneralTestExecutor.java59 private final List<GeneralTestNanoApp> mGeneralTestNanoAppList;
80 public static class GeneralTestNanoApp { class in ContextHubGeneralTestExecutor
94 public GeneralTestNanoApp(NanoAppBinary nanoAppBinary, in GeneralTestNanoApp() method in ContextHubGeneralTestExecutor.GeneralTestNanoApp
102 public GeneralTestNanoApp(NanoAppBinary nanoAppBinary, in GeneralTestNanoApp() method in ContextHubGeneralTestExecutor.GeneralTestNanoApp
110 public GeneralTestNanoApp(NanoAppBinary nanoAppBinary, in GeneralTestNanoApp() method in ContextHubGeneralTestExecutor.GeneralTestNanoApp
140 GeneralTestNanoApp... tests) { in ContextHubGeneralTestExecutor()
145 for (GeneralTestNanoApp test : mGeneralTestNanoAppList) { in ContextHubGeneralTestExecutor()
203 for (GeneralTestNanoApp test : mGeneralTestNanoAppList) { in init()
219 for (GeneralTestNanoApp test : mGeneralTestNanoAppList) { in run()
251 for (GeneralTestNanoApp test : mGeneralTestNanoAppList) { in deinit()
DContextHubNanoAppInfoEventsTestExecutor.java51 super(manager, info, new GeneralTestNanoApp(observerBinary, in ContextHubNanoAppInfoEventsTestExecutor()
53 new GeneralTestNanoApp(performerBinary, in ContextHubNanoAppInfoEventsTestExecutor()
DContextHubEventBetweenAppsTestExecutor.java60 super(manager, info, new GeneralTestNanoApp(binary0, in ContextHubEventBetweenAppsTestExecutor()
62 new GeneralTestNanoApp(binary1, in ContextHubEventBetweenAppsTestExecutor()
DContextHubBusyStartupTestExecutor.java36 new GeneralTestNanoApp(binary, ContextHubTestConstants.TestNames.INVALID_TEST, in ContextHubBusyStartupTestExecutor()
DContextHubSimpleGeneralTestExecutor.java29 super(manager, info, new GeneralTestNanoApp(binary, testName)); in ContextHubSimpleGeneralTestExecutor()
DContextHubSimpleHeapAllocTestExecutor.java40 super(manager, info, new GeneralTestNanoApp(binary, in ContextHubSimpleHeapAllocTestExecutor()
DContextHubEstimatedHostTimeTestExecutor.java39 super(manager, info, new GeneralTestNanoApp(binary, in ContextHubEstimatedHostTimeTestExecutor()
DContextHubInfoByIdTestExecutor.java41 super(manager, info, new GeneralTestNanoApp(binary, testName)); in ContextHubInfoByIdTestExecutor()
DContextHubGetTimeTestExecutor.java69 new GeneralTestNanoApp(binary, ContextHubTestConstants.TestNames.GET_TIME)); in ContextHubGetTimeTestExecutor()
DContextHubSendMessageToHostTestExecutor.java70 super(manager, info, new GeneralTestNanoApp(binary, in ContextHubSendMessageToHostTestExecutor()