Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/autofill/
DIAutoFillManagerClient.aidl149 void notifyDisableAutofill(long disableDuration, in ComponentName componentName); in notifyDisableAutofill()
DAutofillManager.java3539 private void notifyDisableAutofill(long disableDuration, ComponentName componentName) { in notifyDisableAutofill()
4592 public void notifyDisableAutofill(long disableDuration, ComponentName componentName) in notifyDisableAutofill()
/frameworks/base/core/java/android/service/autofill/
DFillResponse.java171 AutofillId[] fillDialogTriggerIds, long disableDuration, in FillResponse()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java1741 final long disableDuration = response.getDisableDuration(); in onFillRequestSuccess() local
1754 mService.disableAutofillForApp(mComponentName.getPackageName(), disableDuration, in onFillRequestSuccess() local
5323 private void notifyDisableAutofillToClient(long disableDuration, ComponentName componentName) { in notifyDisableAutofillToClient()