Searched refs:getIds (Results 1 – 10 of 10) sorted by relevance
64 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 …]
85 public Map<String, Short> getIds() { in getIds() method in ViewDumpParser
69 Map<String, Short> propertyNameTable = parser.getIds(); in testTextView()
421 public List<AutofillId> getIds() { in getIds() method in ContentCaptureEvent471 final List<AutofillId> ids = event.getIds(); in mergeEvent()
185 static const Ids &getIds(JNIEnv *env) { in getIds() function in TunerConfigurationHelper198 const Ids &ids = getIds(mEnv); in getContentId()204 const Ids &ids = getIds(mEnv); in getSyncId()209 static void initCheckOrDie(JNIEnv *env) { (void)getIds(env); } in initCheckOrDie()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
18123 method @Nullable public java.util.List<android.view.autofill.AutofillId> getIds();
18825 HSPLandroid/view/contentcapture/ContentCaptureEvent;->getIds()Ljava/util/List;
52851 method public abstract java.util.Enumeration<byte[]> getIds();
18889 HSPLandroid/view/contentcapture/ContentCaptureEvent;->getIds()Ljava/util/List;