Home
last modified time | relevance | path

Searched refs:requestAutofill (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DRemoteAugmentedAutofillService.java164 AndroidFuture<Void> requestAutofill = new AndroidFuture<>(); in onRequestAutofillLocked()
186 requestAutofill.complete(null); in onRequestAutofillLocked()
192 return requestAutofill.isDone() in onRequestAutofillLocked()
193 && !requestAutofill.isCancelled(); in onRequestAutofillLocked()
198 if (requestAutofill.isCancelled()) { in onRequestAutofillLocked()
207 requestAutofill.cancel(true); in onRequestAutofillLocked()
212 return requestAutofill; in onRequestAutofillLocked()
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DIAugmentedAutofillManagerClient.aidl65 boolean requestAutofill(int sessionId, in AutofillId id); in requestAutofill() method
H A DAutofillManager.java1341 public void requestAutofill(@NonNull View view) { in requestAutofill() method in AutofillManager
1392 public void requestAutofill(@NonNull View view, int virtualId, @NonNull Rect absBounds) { in requestAutofill() method in AutofillManager
4435 public boolean requestAutofill(int sessionId, AutofillId id) { in requestAutofill() method in AutofillManager.AugmentedAutofillManagerClient
/aosp14/frameworks/base/core/java/android/service/autofill/augmented/
H A DAugmentedAutofillService.java184 public final boolean requestAutofill(@NonNull ComponentName activityComponent, in requestAutofill() method in AugmentedAutofillService
192 return proxy.requestAutofill(); in requestAutofill()
529 private boolean requestAutofill() throws RemoteException { in requestAutofill() method in AugmentedAutofillService.AutofillProxy
530 return mClient.requestAutofill(mSessionId, mFocusedId); in requestAutofill()
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java13613 private void requestAutofill() { in requestAutofill() method
13616 afm.requestAutofill(this); in requestAutofill()
14636 requestAutofill(); in onTextContextMenuItem()
/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 Dsystem-current.txt12121 …method public final boolean requestAutofill(@NonNull android.content.ComponentName, @NonNull andro…
H A Dcurrent.txt55089 method public void requestAutofill(@NonNull android.view.View);
55090 …method public void requestAutofill(@NonNull android.view.View, int, @NonNull android.graphics.Rect…
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt70608 Landroid/widget/TextView;->requestAutofill()V