Searched refs:testData (Results 1 – 3 of 3) sorted by relevance
87 Bundle testData = new Bundle(); in shouldNotFailWithParallelThreads() local88 testData.putString("Test name", mTestName.getMethodName()); in shouldNotFailWithParallelThreads()89 testData.putString("Test status", "Started"); in shouldNotFailWithParallelThreads()90 getInstrumentation().sendStatus(Activity.RESULT_FIRST_USER, testData); in shouldNotFailWithParallelThreads()96 testData.putString("Test status", "Completed"); in shouldNotFailWithParallelThreads()97 getInstrumentation().sendStatus(Activity.RESULT_OK, testData); in shouldNotFailWithParallelThreads()
50 public void onTestRunStart(DeviceMetricData testData) { in onTestRunStart() argument73 DeviceMetricData testData, final Map<String, Metric> currentTestCaseMetrics) { in onTestRunEnd() argument
46 public void onTestRunStart(DeviceMetricData testData) { in onTestRunStart() argument57 public void onTestRunEnd(DeviceMetricData testData, in onTestRunEnd() argument