/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/ |
D | ContextHubGeneralTestExecutor.java | 59 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()
|
D | ContextHubNanoAppInfoEventsTestExecutor.java | 51 super(manager, info, new GeneralTestNanoApp(observerBinary, in ContextHubNanoAppInfoEventsTestExecutor() 53 new GeneralTestNanoApp(performerBinary, in ContextHubNanoAppInfoEventsTestExecutor()
|
D | ContextHubEventBetweenAppsTestExecutor.java | 60 super(manager, info, new GeneralTestNanoApp(binary0, in ContextHubEventBetweenAppsTestExecutor() 62 new GeneralTestNanoApp(binary1, in ContextHubEventBetweenAppsTestExecutor()
|
D | ContextHubBusyStartupTestExecutor.java | 36 new GeneralTestNanoApp(binary, ContextHubTestConstants.TestNames.INVALID_TEST, in ContextHubBusyStartupTestExecutor()
|
D | ContextHubSimpleGeneralTestExecutor.java | 29 super(manager, info, new GeneralTestNanoApp(binary, testName)); in ContextHubSimpleGeneralTestExecutor()
|
D | ContextHubSimpleHeapAllocTestExecutor.java | 40 super(manager, info, new GeneralTestNanoApp(binary, in ContextHubSimpleHeapAllocTestExecutor()
|
D | ContextHubEstimatedHostTimeTestExecutor.java | 39 super(manager, info, new GeneralTestNanoApp(binary, in ContextHubEstimatedHostTimeTestExecutor()
|
D | ContextHubInfoByIdTestExecutor.java | 41 super(manager, info, new GeneralTestNanoApp(binary, testName)); in ContextHubInfoByIdTestExecutor()
|
D | ContextHubGetTimeTestExecutor.java | 69 new GeneralTestNanoApp(binary, ContextHubTestConstants.TestNames.GET_TIME)); in ContextHubGetTimeTestExecutor()
|
D | ContextHubSendMessageToHostTestExecutor.java | 70 super(manager, info, new GeneralTestNanoApp(binary, in ContextHubSendMessageToHostTestExecutor()
|