Home
last modified time | relevance | path

Searched refs:appendText (Results 1 – 19 of 19) 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()
DDynamicSensorDiscoveryTestActivity.java324 appendText(s); in showUserMessage()
DRVCVXCheckTestActivity.java366 appendText(s);
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DAccessibilityEventFilterUtils.java91 description.appendText("Matching to type " + mType); in describeTo()
110 description.appendText("With window change type " + mWindowChanges); in describeTo()
129 description.appendText("With content change type " + mContentChanges); in describeTo()
153 description.appendText("Matching to " + mDescription + " " + mProperty.toString()); in describeTo()
181 description.appendText("With window title " + mTitle); in describeTo()
200 description.appendText("With window Id " + mWindowId); in describeTo()
DGestureUtils.java231 description.appendText("Matching to action " + MotionEvent.actionToString(mAction)); in describeTo()
236 description.appendText( in describeMismatchSafely()
254 description.appendText("Matching to point " + point); in isAtPoint()
259 description.appendText( in isAtPoint()
278 description.appendText("Matching to point " + point);
283 description.appendText(
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DMatcherUtils.java70 description.appendText("has ") in propertyMatches()
71 .appendText(propName) in propertyMatches()
72 .appendText(" that ") in propertyMatches()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMatcherUtils.java72 description.appendText("has ") in propertyMatches()
73 .appendText(propName) in propertyMatches()
74 .appendText(" that ") in propertyMatches()
DWidgetTestUtils.java176 description.appendText("doesn't match " + expected); in sameCharSequence()
200 description.appendText("doesn't match " + expected);
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DLoginActivityTest.java491 appendText(activity.mUsername, "A"); in testComposingSpan_mergedEvent()
492 appendText(activity.mUsername, "n"); in testComposingSpan_mergedEvent()
493 appendText(activity.mUsername, "d"); in testComposingSpan_mergedEvent()
494 appendText(activity.mUsername, "r"); in testComposingSpan_mergedEvent()
495 appendText(activity.mUsername, "o"); in testComposingSpan_mergedEvent()
496 appendText(activity.mUsername, "i"); in testComposingSpan_mergedEvent()
497 appendText(activity.mUsername, "d"); in testComposingSpan_mergedEvent()
532 appendText(activity.mUsername, "G"); in testComposingSpan_notMergedWithoutComposing()
533 appendText(activity.mUsername, "o"); in testComposingSpan_notMergedWithoutComposing()
534 appendText(activity.mUsername, "o"); in testComposingSpan_notMergedWithoutComposing()
[all …]
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DInMatcher.java58 description.appendText("in(").appendValue(mValues).appendText(")"); in describeTo()
/cts/tests/tests/widget/src/android/widget/cts/util/
DTestUtilsMatchers.java35 description.appendText(mFailedDescription); in inAscendingOrder()
DTestUtils.java353 description.appendText("doesn't match " + formatColorToHex(color)); in colorStateListOf()
/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/util/
DIntentsResolutionHelper.java76 … description.appendText("packageName=" + packageName + ", simpleClassName=" + simpleClassName); in activity()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DEnsureBarContrastTest.java152 mismatchDescription.appendText(" mostFrequentColor: expected #" + in hasNoScrim()
182 mismatchDescription.appendText(" expected some color different from " +
/cts/tests/tests/text/src/android/text/cts/
DHtmlTest.java662 description.appendText("is equal to ") in describeTo()
663 .appendText(mStrippedString) in describeTo()
664 .appendText(" ignoring tailing whitespaces"); in describeTo()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DBaseSensorTestActivity.java294 protected void appendText(int resId) { in appendText() method in BaseSensorTestActivity
299 protected void appendText(String text) { in appendText() method in BaseSensorTestActivity
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityWindowQueryTest.java969 description.appendText("is sorted");