Home
last modified time | relevance | path

Searched refs:appDisabledExpiration (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/
H A DAutofillOptions.java72 public long appDisabledExpiration; field in AutofillOptions
110 if (appDisabledExpiration >= elapsedTime) return true; in isAutofillDisabledLocked()
120 appDisabledExpiration = 0; in isAutofillDisabledLocked()
154 + ", appDisabledExpiration=" + appDisabledExpiration + "]"; in toString()
166 pw.print(", appDisabledExpiration="); pw.print(appDisabledExpiration); in dumpShort()
184 parcel.writeLong(appDisabledExpiration); in writeToParcel()
207 options.appDisabledExpiration = parcel.readLong();
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java3273 mOptions.appDisabledExpiration = expiration; in notifyDisableAutofill()
3283 mOptions.appDisabledExpiration = 0; in notifyReenableAutofill()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerService.java1112 options.appDisabledExpiration = in injectDisableAppInfo()
/aosp14/frameworks/base/core/api/
H A Dtest-lint-baseline.txt766 MutableBareField: android.content.AutofillOptions#appDisabledExpiration:
767 Bare field appDisabledExpiration must be marked final, or moved behind accessors if mutable
H A Dtest-current.txt861 field public long appDisabledExpiration;