Searched refs:setAutofillIds (Results 1 – 2 of 2) sorted by relevance
71 assertThrows(NullPointerException.class, () -> event.setAutofillIds(null)); in testSetAutofillIds_null()102 event.setAutofillIds(ids); in testSetAutofillIds()144 event.setAutofillIds(ids); in testAddAutofillId_afterSetIds()257 .setAutofillIds(autofillIds); in testMergeEvent_typeViewDisappeared()
159 public ContentCaptureEvent setAutofillIds(@NonNull ArrayList<AutofillId> ids) { in setAutofillIds() method in ContentCaptureEvent445 event.setAutofillIds(ids);