Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/assets/scripts/
Dexecute_power_tests.py576 def setTestResult(self, test_name, test_result, test_message): argument
589 (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.")
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DBubbleActivity.java52 mTestMessage = findViewById(R.id.test_message); in onCreate()