Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DContextMenuUtils.java144 description.appendText("root view "); in assertContextMenuAlignment()
145 description.appendText(rtl ? "right" : "left"); in assertContextMenuAlignment()
146 description.appendText("="); in assertContextMenuAlignment()
147 description.appendText(Integer.toString(offsetX)); in assertContextMenuAlignment()
148 description.appendText(", top="); in assertContextMenuAlignment()
149 description.appendText(Integer.toString(offsetY)); in assertContextMenuAlignment()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DMockUtils.java52 description.appendText("UserHandle: user-id= \"" + userId + "\""); in checkUserHandle()
68 description.appendText("Intent: component=\"" + component + "\""); in checkIntentComponent()
84 description.appendText("Intent: action=\"" + action + "\""); in checkIntentAction()
103 description.appendText(intent.toString()); in checkIntent()
123 description.appendText("User restrictions=" + getRestrictionsAsString(expected)); in checkUserRestrictions()
143 description.appendText("User restrictions=" + getRestrictionsAsString(expected)); in checkUserRestrictions()
167 description.appendText("Apps=" + Arrays.toString(adminApps)); in checkApps()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/tests/
H A DContactsMatchers.java80 description.appendText("Cursor with " + count + " rows"); in hasCount()
99 description.appendText("Cursor with " + column + "=" + value);
121 description.appendText("Cursor with row matching ");
142 description.appendText("SimContact with name=" + name + " and phone=" +
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DScanTestUtil.java528 .appendText("did not have expected band ").appendValue(expectedBand) in bandIs()
529 .appendText(", was ").appendValue(bucketSettings.band); in bandIs()
538 description.appendText("bucket band is ").appendValue(expectedBand); in bandIs()
557 .appendText("did not have expected num_channels ")
559 .appendText(", was ").appendValue(bucketSettings.num_channels);
562 mismatchDescription.appendText("had null channels array");
566 .appendText("did not have channels array length matching excepted ")
568 .appendText(", was ").appendValue(bucketSettings.channels.length);
586 .appendText("does not contain expected channels ")
590 .appendText(", but contains extra channels ")
[all …]
/aosp12/packages/apps/Car/Dialer/testing/src/com/android/car/dialer/testing/
H A DTestViewMatchers.java42 description.appendText("View is " + (isActivated ? "activated" : "not activated")); in isActivated()
52 description.appendText("has item at position " + position + ": ");
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DGestureDescriptionTest.java298 description.appendText("Has " + numTouchPoints + " touch point(s)"); in numTouchPointsIs()
318 description.appendText("Starts " + numStarts + " stroke(s)");
338 description.appendText("Ends " + numEnds + " stroke(s)");
358 description.appendText("Has at least one point at " + point);
377 description.appendText("Has at least one point with stroke id " + strokeId);
396 description.appendText("Continues stroke id " + strokeId);
410 description.appendText("Is at time " + time);
H A DMotionEventInjectorTest.java800 description.appendText("Matching to action " + mAction); in describeTo()
813 description.appendText("Is at point " + point); in isAtPoint()
840 description.appendText("Contains points " + points);
854 description.appendText("Down time = " + downTime);
868 description.appendText("Event time = " + eventTime);
882 description.appendText("Time from down to event times = " + timeFromDown);
904 description.appendText("Has standard values for all parameters");
H A DActionReplacingCallbackTest.java87 description.appendText("Has no actions");
110 description.appendText("Has only 4 actions expected on root");
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DInMatcher.java62 description.appendText("in(").appendValue(mValues).appendText(")"); in describeTo()
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/
H A DDumpableLog.kt83 dump.subList(dump.size / 2, dump.size).forEach { file.appendText(it + "\n") }
86 file.appendText("${System.currentTimeMillis()} $tag:$level $message " +
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/matchers/
H A DIsActivatedMatcher.java34 description.appendText("is activated"); in describeTo()
H A DProgressBarIndeterminateMatcher.java37 description.appendText("is indeterminate"); in describeTo()
H A DIndexMatcher.java42 description.appendText("with index: "); in describeTo()
H A DViewHolderMatcher.java41 description.appendText("is assignable from class: " + CarUiRecyclerView.class); in describeTo()
H A DNthChildMatcher.java38 description.appendText("position " + mPosition + " of parent "); in describeTo()
H A DCarUiRecyclerViewMatcher.java37 description.appendText("is assignable from class: " + CarUiRecyclerView.class); in describeTo()
H A DPaddingMatcher.java83 .appendText("with " + mSide.toString() + " padding between " + mMin + " and " + mMax); in describeTo()
H A DDrawableMatcher.java78 description.appendText("has a certain drawable"); in describeTo()
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DMatcherUtils.java47 description.appendText("Returns the first matching item"); in first()
/aosp12/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/dashboard/
H A DFirstIdViewMatcher.java46 description.appendText("with first id: " + idDescription); in withFirstId()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/cc/
H A DCaptionWindowLayout.java256 appendText("\n"); in setPenLocation()
260 appendText(" "); in setPenLocation()
275 appendText(buffer); in sendBuffer()
634 public void appendText(String text) { in appendText() method in CaptionWindowLayout
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/
H A DMotionEventMatcher.java86 description.appendText("Motion event matcher"); in describeTo()
/aosp12/frameworks/base/core/tests/coretests/src/android/app/timezone/
H A DRulesUpdaterContractTest.java82 description.appendText(expected.toString()); in filterEquals()
/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
H A DCustomizationVerifier.java60 description.appendText("Bitmap different from expected."); in bitmapEqualTo()
/aosp12/system/libvintf/
H A Dparse_xml.cpp88 inline void appendText(NodeType *parent, const std::string &text, DocType *d) { in appendText() function
211 appendText(c, text, d); in appendTextElement()
221 appendText(c, text, d); in appendTextElements()
404 appendText(root, ::android::vintf::to_string(object), d); in mutateNode()
437 appendText(root, aidlVersionToString(object), d); in mutateNode()
449 appendText(root, aidlVersionRangeToString(object), d); in mutateNode()
462 appendText(root, ::android::vintf::to_string(object.transport), d); in mutateNode()
480 appendText(root, ::android::vintf::to_string(object), d); in mutateNode()

12