Home
last modified time | relevance | path

Searched defs:disableDuration (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/autofill/
H A DIAutoFillManagerClient.aidl142 void notifyDisableAutofill(long disableDuration, in ComponentName componentName); in notifyDisableAutofill()
H A DAutofillManager.java3257 private void notifyDisableAutofill(long disableDuration, ComponentName componentName) { in notifyDisableAutofill()
4266 public void notifyDisableAutofill(long disableDuration, ComponentName componentName) in notifyDisableAutofill()
/aosp14/frameworks/base/core/java/android/service/autofill/
H A DFillResponse.java161 AutofillId[] fillDialogTriggerIds, long disableDuration, in FillResponse()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java1575 final long disableDuration = response.getDisableDuration(); in onFillRequestSuccess() local
1588 mService.disableAutofillForApp(mComponentName.getPackageName(), disableDuration, in onFillRequestSuccess() local
4768 private void notifyDisableAutofillToClient(long disableDuration, ComponentName componentName) { in notifyDisableAutofillToClient()