Searched defs:AutofillManager (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java80 * The {@link AutofillManager} provides ways for apps and custom views to integrate with the
141 public final class AutofillManager { class
143 private static final String TAG = "AutofillManager";
530 public AutofillManager(Context context, IAutoFillManager service) { method in class:AutofillManager
1482 * the {@link Context} associated with this {@link AutofillManager}.
2136 pw.print(outerPrefix); pw.println("AutofillManager:");
2371 AutofillManager.this.notifyViewEntered(view, virtualId, newBounds);
2384 AutofillManager.this.notifyViewExited(view, virtualId);
2400 AutofillManager.this.notifyValueChanged(view, virtualId,
2417 AutofillManager
[all...]

Completed in 22 milliseconds