Searched refs:appendText (Results 1 – 18 of 18) sorted by relevance
39 appendText(message); in waitForUserAcknowledgement()51 appendText(text); in logText()84 appendText("Connect the device to the host machine via the USB passthrough."); in testSensorsPower()85 … appendText("Execute the following script (the command is available in CtsVerifier.zip):"); in testSensorsPower()86 … appendText(" # python power/execute_power_tests.py --power_monitor <implementation> --run"); in testSensorsPower()87 …appendText("where \"<implementation>\" is the power monitor implementation being used, for example… in testSensorsPower()91 appendText("Waiting for connection from Host..."); in testSensorsPower()
113 appendText(String.format("\nSensor | Relative Timestamp (msec)\n" in analyzeData()122 appendText(String.format( in analyzeData()137 … appendText("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()
89 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()
324 appendText(s); in showUserMessage()
366 appendText(s);
97 description.appendText("Matching to type " + mType); in describeTo()116 description.appendText("With window change type " + mWindowChanges); in describeTo()135 description.appendText("With content change type " + mContentChanges); in describeTo()159 description.appendText("Matching to " + mDescription + " " + mProperty.toString()); in describeTo()187 description.appendText("With window title " + mTitle); in describeTo()206 description.appendText("With window Id " + mWindowId); in describeTo()
231 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(
70 description.appendText("has ") in propertyMatches()71 .appendText(propName) in propertyMatches()72 .appendText(" that ") in propertyMatches()
72 description.appendText("has ") in propertyMatches()73 .appendText(propName) in propertyMatches()74 .appendText(" that ") in propertyMatches()
176 description.appendText("doesn't match " + expected); in sameCharSequence()200 description.appendText("doesn't match " + expected);
58 description.appendText("in(").appendValue(mValues).appendText(")"); in describeTo()
495 appendText(activity.mUsername, "A"); in testComposingSpan_mergedEvent()496 appendText(activity.mUsername, "n"); in testComposingSpan_mergedEvent()497 appendText(activity.mUsername, "d"); in testComposingSpan_mergedEvent()498 appendText(activity.mUsername, "r"); in testComposingSpan_mergedEvent()499 appendText(activity.mUsername, "o"); in testComposingSpan_mergedEvent()500 appendText(activity.mUsername, "i"); in testComposingSpan_mergedEvent()501 appendText(activity.mUsername, "d"); in testComposingSpan_mergedEvent()536 appendText(activity.mUsername, "G"); in testComposingSpan_notMergedWithoutComposing()537 appendText(activity.mUsername, "o"); in testComposingSpan_notMergedWithoutComposing()538 appendText(activity.mUsername, "o"); in testComposingSpan_notMergedWithoutComposing()[all …]
35 description.appendText(mFailedDescription); in inAscendingOrder()
353 description.appendText("doesn't match " + formatColorToHex(color)); in colorStateListOf()
76 … description.appendText("packageName=" + packageName + ", simpleClassName=" + simpleClassName); in activity()
152 mismatchDescription.appendText(" mostFrequentColor: expected #" + in hasNoScrim()182 mismatchDescription.appendText(" expected some color different from " +
662 description.appendText("is equal to ") in describeTo()663 .appendText(mStrippedString) in describeTo()664 .appendText(" ignoring tailing whitespaces"); in describeTo()
294 protected void appendText(int resId) { in appendText() method in BaseSensorTestActivity299 protected void appendText(String text) { in appendText() method in BaseSensorTestActivity