HomeSort by relevance Sort by last modified time
    Searched defs:disableAutofill (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/service/autofill/
FillResponse.java 60 * Flag used to change the behavior of {@link FillResponse.Builder#disableAutofill(long)}—
370 * @throws IllegalStateException if {@link #build()} or {@link #disableAutofill(long)} was
432 public Builder disableAutofill(long duration) {
439 throw new IllegalStateException("disableAutofill() must be the only method called");
516 * {@link #setSaveInfo(SaveInfo)}, {@link #disableAutofill(long)},
550 throw new IllegalStateException("Already called #disableAutofill()");
668 builder.disableAutofill(disableDuration);
  /cts/tests/autofillservice/src/android/autofillservice/cts/
CannedFillResponse.java 201 builder.disableAutofill(mDisableDuration);
440 public Builder disableAutofill(long duration) {

Completed in 748 milliseconds