Home
last modified time | relevance | path

Searched defs:childId (Results 1 – 6 of 6) 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.java388 int childId, @Nullable String expectedText) { in assertVirtualViewAppeared()
409 long childId) { in assertVirtualViewDisappeared()
DCustomViewActivityTest.java131 final AutofillId childId = child.getAutofillId(); in testVirtualView_wrongWay() local
DChildlessActivityTest.java396 final AutofillId childId = child.getAutofillId(); in testAddAndRemoveImportantChildOnDifferentSession() local
/cts/tests/tests/widget/src/android/widget/cts/
DExpandableListViewTest.java635 public long getCombinedChildId(long groupId, long childId) { in getCombinedChildId()