Searched refs:notifyDisableAutofill (Results 1 – 3 of 3) sorted by relevance
149 void notifyDisableAutofill(long disableDuration, in ComponentName componentName); in notifyDisableAutofill() method
3539 private void notifyDisableAutofill(long disableDuration, ComponentName componentName) { in notifyDisableAutofill() method in AutofillManager4592 public void notifyDisableAutofill(long disableDuration, ComponentName componentName) in notifyDisableAutofill() method in AutofillManager.AutofillManagerClient4596 afm.post(() -> afm.notifyDisableAutofill(disableDuration, componentName)); in notifyDisableAutofill()
5327 mClient.notifyDisableAutofill(disableDuration, componentName); in notifyDisableAutofillToClient()