Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/suite/
DPreviousResultLoaderTest.java59 public static final String RUN_HISTORY_KEY = "run_history"; field in PreviousResultLoaderTest
135 config.getCommandOptions().getInvocationData().getUniqueMap().get(RUN_HISTORY_KEY); in testReloadTests()
167 config.getCommandOptions().getInvocationData().getUniqueMap().get(RUN_HISTORY_KEY); in testReloadTests_withMultiProto()
191 mContext.addInvocationAttribute(RUN_HISTORY_KEY, OLD_RUN_HISTORY); in testReloadTests_withRunHistory()
200 config.getCommandOptions().getInvocationData().getUniqueMap().get(RUN_HISTORY_KEY); in testReloadTests_withRunHistory()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DPreviousResultLoader.java71 public static final String RUN_HISTORY_KEY = "run_history"; field in PreviousResultLoader
160 mPreviousContext.getAttributes().getUniqueMap().get(RUN_HISTORY_KEY); in init()
277 .put(RUN_HISTORY_KEY, gson.toJson(mRunHistories)); in customizeConfiguration()