Searched refs:textId (Results 1 – 3 of 3) sorted by relevance
/cts/tests/app/shared/src/android/app/cts/ |
D | NotificationTemplateTestBase.kt | 85 val textId = getAndroidRId("text1") in <lambda>() constant 86 customContent.setTextViewText(textId, "Example Text") in <lambda>()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | MessageTestActivity.java | 247 private void setEmptyViewText(int textId) { in setEmptyViewText() argument 248 mEmptyReceivedView.setText(textId); in setEmptyViewText() 249 mEmptySentView.setText(textId); in setEmptyViewText()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/ |
D | VirtualContainerView.java | 342 public Line addLine(String labelId, String label, String textId, String text, int inputType) { in addLine() argument 343 final Line line = new Line(labelId, label, textId, text, inputType); in addLine() 427 private Line(String labelId, String label, String textId, String text, int inputType) { in Line() argument 429 this.text = new Item(this, ++mNextChildId, textId, text, true, true); in Line()
|