Home
last modified time | relevance | path

Searched refs:appendText (Results 1 – 6 of 6) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DSensorPowerTestActivity.java39 appendText(message); in waitForUserAcknowledgement()
51 appendText(text); in logText()
84 appendText("Connect the device to the host machine via the USB passthrough."); in testSensorsPower()
85appendText("Execute the following script (the command is available in CtsVerifier.zip):"); in testSensorsPower()
86appendText(" # python power/execute_power_tests.py --power_monitor <implementation> --run"); in testSensorsPower()
87appendText("where \"<implementation>\" is the power monitor implementation being used, for example… in testSensorsPower()
91 appendText("Waiting for connection from Host..."); in testSensorsPower()
DSensorSynchronizationTestActivity.java113 appendText(String.format("\nSensor | Relative Timestamp (msec)\n" in analyzeData()
122 appendText(String.format( in analyzeData()
137appendText("This test provides a rough indication of cross-sensor timestamp synchronization."); in testCrossSensorSynchronization()
138 appendText("Hold device still in hand and click 'Next'"); in testCrossSensorSynchronization()
141 appendText("Quickly twist device upside-down and back"); in testCrossSensorSynchronization()
DRotationVectorTestActivity.java89 appendText(R.string.snsr_rotation_vector_set_reference); in activitySetUp()
98 appendText(R.string.snsr_rotation_vector_reference_set); in activitySetUp()
99 appendText(R.string.snsr_rotation_vector_move_info); in activitySetUp()
100 appendText(R.string.snsr_test_play_sound); in activitySetUp()
106 appendText(R.string.snsr_rotation_vector_set_final); in activitySetUp()
DRVCVXCheckTestActivity.java322 appendText(s); in showUserMessage()
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
DInMatcher.java58 description.appendText("in(").appendValue(mValues).appendText(")"); in describeTo()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DBaseSensorTestActivity.java260 protected void appendText(int resId) { in appendText() method in BaseSensorTestActivity
265 protected void appendText(String text) { in appendText() method in BaseSensorTestActivity