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

/frameworks/base/core/java/android/service/autofill/
H A DAutofillService.java41 * An {@code AutofillService} is a service used to automatically fill the contents of the screen
45 * <p>An {@code AutofillService} is only bound to the Android System for autofill purposes if:
66 * {@code AutofillService}.
247 public abstract class AutofillService extends Service { class in inherits:Service
248 private static final String TAG = "AutofillService";
257 public static final String SERVICE_INTERFACE = "android.service.autofill.AutofillService";
263 * android.R.styleable#AutofillService autofill-service}&gt;</code> tag.
405 * <p> At this point this service may no longer be an active {@link AutofillService}.
412 * {@link AutofillService#onFillRequest(FillRequest, android.os.CancellationSignal, FillCallback)}

Completed in 443 milliseconds