Home
last modified time | relevance | path

Searched refs:notifyDisableAutofill (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/autofill/
H A DIAutoFillManagerClient.aidl137 void notifyDisableAutofill(long disableDuration, in ComponentName componentName); in notifyDisableAutofill() method
H A DAutofillManager.java2705 private void notifyDisableAutofill(long disableDuration, ComponentName componentName) { in notifyDisableAutofill() method in AutofillManager
3558 public void notifyDisableAutofill(long disableDuration, ComponentName componentName) in notifyDisableAutofill() method in AutofillManager.AutofillManagerClient
3562 afm.post(() -> afm.notifyDisableAutofill(disableDuration, componentName)); in notifyDisableAutofill()
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java3200 mClient.notifyDisableAutofill(disableDuration, componentName);