Home
last modified time | relevance | path

Searched defs:testName (Results 1 – 4 of 4) sorted by relevance

/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/
DContextHubSimpleGeneralTestExecutor.java28 NanoAppBinary binary, ContextHubTestConstants.TestNames testName) { in ContextHubSimpleGeneralTestExecutor()
DContextHubInfoByIdTestExecutor.java40 NanoAppBinary binary, ContextHubTestConstants.TestNames testName) { in ContextHubInfoByIdTestExecutor()
DContextHubGeneralTestExecutor.java95 ContextHubTestConstants.TestNames testName) { in GeneralTestNanoApp()
103 ContextHubTestConstants.TestNames testName, boolean loadAtInit) { in GeneralTestNanoApp()
111 ContextHubTestConstants.TestNames testName, in GeneralTestNanoApp()
/system/chre/apps/test/chqts/src/general_test/
Dapp.cc192 #define CASE(testName, className) \ in createTest() argument