Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/autofill/
DIAutoFillManagerClient.aidl149 void notifyDisableAutofill(long disableDuration, in ComponentName componentName); in notifyDisableAutofill() method
DAutofillManager.java3539 private void notifyDisableAutofill(long disableDuration, ComponentName componentName) { in notifyDisableAutofill() method in AutofillManager
4592 public void notifyDisableAutofill(long disableDuration, ComponentName componentName) in notifyDisableAutofill() method in AutofillManager.AutofillManagerClient
4596 afm.post(() -> afm.notifyDisableAutofill(disableDuration, componentName)); in notifyDisableAutofill()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java5327 mClient.notifyDisableAutofill(disableDuration, componentName); in notifyDisableAutofillToClient()