Home
last modified time | relevance | path

Searched refs:getIds (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DContentCaptureEventTest.java64 assertThat(event.getIds()).isNull(); in testSetAutofillId_null()
73 assertThat(event.getIds()).isNull(); in testSetAutofillIds_null()
82 assertThat(event.getIds()).isNull(); in testAddAutofillId_null()
92 assertThat(event.getIds()).isNull(); in testSetAutofillId()
104 assertThat(event.getIds()).containsExactly(id); in testSetAutofillIds()
114 assertThat(event.getIds()).containsExactly(id1); in testAddAutofillId()
119 assertThat(event.getIds()).containsExactly(id1, id2).inOrder(); in testAddAutofillId()
129 assertThat(event.getIds()).isNull(); in testAddAutofillId_afterSetId()
134 assertThat(event.getIds()).containsExactly(id1, id2).inOrder(); in testAddAutofillId_afterSetId()
146 assertThat(event.getIds()).containsExactly(id1); in testAddAutofillId_afterSetIds()
[all …]
/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureEvent.java293 public List<AutofillId> getIds() { in getIds() method in ContentCaptureEvent
323 final List<AutofillId> ids = event.getIds(); in mergeEvent()
/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
DViewDumpParser.java85 public Map<String, Short> getIds() { in getIds() method in ViewDumpParser
DMainActivityTest.java69 Map<String, Short> propertyNameTable = parser.getIds(); in testTextView()
/frameworks/base/api/
Dtest-current.txt4447 method @Nullable public java.util.List<android.view.autofill.AutofillId> getIds();
Dsystem-current.txt10457 method @Nullable public java.util.List<android.view.autofill.AutofillId> getIds();
Dcurrent.txt77298 method public java.util.Enumeration<byte[]> getIds();
/frameworks/base/non-updatable-api/
Dsystem-current.txt10355 method @Nullable public java.util.List<android.view.autofill.AutofillId> getIds();
Dcurrent.txt77154 method public java.util.Enumeration<byte[]> getIds();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt52851 method public abstract java.util.Enumeration<byte[]> getIds();