Searched refs:labelId (Results 1 – 3 of 3) sorted by relevance
/cts/tests/autofillservice/src/android/autofillservice/cts/servicebehavior/ |
D | AutofillForAllAppsTest.java | 538 private void waitSeveralIdleSyncToAssertSpecifiedUiShown(String labelId, int numOfRounds) { in waitSeveralIdleSyncToAssertSpecifiedUiShown() argument 542 mUiBot.assertShownByRelativeId(labelId); in waitSeveralIdleSyncToAssertSpecifiedUiShown() 550 "Label " + labelId + "didn't show after " in waitSeveralIdleSyncToAssertSpecifiedUiShown()
|
/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 428 this.label = new Item(this, ++mNextChildId, labelId, label, false, false); in Line()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 3889 field public final int labelId;
|