Searched refs:test_message (Results 1 – 2 of 2) sorted by relevance
576 def setTestResult(self, test_name, test_result, test_message): argument589 (test_name, test_result, test_message)))629 test_message = "Sensor %s not available on this platform" % sensor)634 test_message = "Sensor %s not available on this device" % sensor)696 test_message = "Exception occurred during run of test.")
53 mTestMessage = findViewById(R.id.test_message); in onCreate()