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.java1266 private boolean AddTestModuleKeys(String test_module_name, long test_module_timestamp) { in AddTestModuleKeys() argument
1267 if (test_module_name.length() == 0 || test_module_timestamp == -1) { in AddTestModuleKeys()
1269 test_module_timestamp)); in AddTestModuleKeys()
1278 out.println(String.format("%s %s", test_module_name, test_module_timestamp)); in AddTestModuleKeys()
1415 long test_module_timestamp = planObject.getLong("Timestamp"); in doRunTest() local
1416 AddTestModuleKeys(test_module_name, test_module_timestamp); in doRunTest()