Home
last modified time | relevance | path

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

/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
DVtsMultiDeviceTest.java1268 private boolean AddTestModuleKeys(String test_module_name, long test_module_timestamp) { in AddTestModuleKeys() argument
1269 if (test_module_name.length() == 0 || test_module_timestamp == -1) { in AddTestModuleKeys()
1271 test_module_timestamp)); in AddTestModuleKeys()
1280 out.println(String.format("%s %s", test_module_name, test_module_timestamp)); in AddTestModuleKeys()
1388 long test_module_timestamp = planObject.getLong("Timestamp"); in doRunTest() local
1389 AddTestModuleKeys(test_module_name, test_module_timestamp); in doRunTest()