Home
last modified time | relevance | path

Searched refs:newAutofillId (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
H A DContentCaptureSessionTest.java66 assertThrows(NullPointerException.class, () -> mSession1.newAutofillId(null, 42L)); in testNewAutofillId_invalid()
68 () -> mSession1.newAutofillId(new AutofillId(42, 42), 42L)); in testNewAutofillId_invalid()
74 final AutofillId childId = mSession1.newAutofillId(parentId, 108L); in testNewAutofillId_valid()
85 final AutofillId childId1 = mSession1.newAutofillId(parentId, 108L); in testNewAutofillId_differentSessions()
86 final AutofillId childId2 = mSession2.newAutofillId(parentId, 108L); in testNewAutofillId_differentSessions()
114 final AutofillId childId = mSession1.newAutofillId(parentId, 108L); in testNewVirtualViewStructure()
/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureSession.java606 public @NonNull AutofillId newAutofillId(@NonNull AutofillId hostId, long virtualChildId) { in newAutofillId() method in ContentCaptureSession
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt55186 …method @NonNull public android.view.autofill.AutofillId newAutofillId(@NonNull android.view.autofi…