Home
last modified time | relevance | path

Searched defs:childId (Results 1 – 5 of 5) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/
DMyAutofillCallback.java68 public void onAutofillEvent(View view, int childId, int event) { in onAutofillEvent()
185 public final int childId; field in MyAutofillCallback.MyEvent
192 MyEvent(View view, int childId, int event) { in MyEvent()
DHelper.java232 @NonNull String prefix, int childId) { in dump()
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DAssertions.java372 int childId, @Nullable String expectedText) { in assertVirtualViewAppeared()
393 long childId) { in assertVirtualViewDisappeared()
DCustomViewActivityTest.java127 final AutofillId childId = child.getAutofillId(); in testVirtualView_wrongWay() local
/cts/tests/tests/widget/src/android/widget/cts/
DExpandableListViewTest.java635 public long getCombinedChildId(long groupId, long childId) { in getCombinedChildId()