Home
last modified time | relevance | path

Searched refs:AutofillService (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/autofill/
H A DAutofillService.java555 public abstract class AutofillService extends Service { class
606 connected ? AutofillService::onConnected : AutofillService::onDisconnected,
607 AutofillService.this));
619 AutofillService::onFillRequest,
620 AutofillService.this, request, CancellationSignal.fromTransport(transport),
627 AutofillService::onSaveRequest,
628 AutofillService.this, request, new SaveCallback(callback)));
634 AutofillService::onSavedDatasetsInfoRequest,
635 AutofillService.this,
H A DSavedDatasetsInfoCallbackImpl.java19 import static android.service.autofill.AutofillService.EXTRA_ERROR;
20 import static android.service.autofill.AutofillService.EXTRA_RESULT;
H A DAutofillServiceInfo.java122 AutofillService.SERVICE_META_DATA); in AutofillServiceInfo()
150 com.android.internal.R.styleable.AutofillService); in AutofillServiceInfo()
304 new Intent(AutofillService.SERVICE_INTERFACE), in getAvailableServices()
/aosp14/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
H A DMyAutofillService.java20 import android.service.autofill.AutofillService;
42 public class MyAutofillService extends AutofillService {
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DRemoteFillService.java32 import android.service.autofill.AutofillService;
80 super(context, new Intent(AutofillService.SERVICE_INTERFACE).setComponent(componentName), in RemoteFillService()
H A DAutofillManagerServiceShellCommand.java20 import static android.service.autofill.AutofillService.EXTRA_RESULT;
H A DAutofillManagerServiceImpl.java52 import android.service.autofill.AutofillService;
H A DSession.java21 import static android.service.autofill.AutofillService.EXTRA_FILL_RESPONSE;
133 import android.service.autofill.AutofillService;
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java61 import android.service.autofill.AutofillService;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt43883 Landroid/R$styleable;->AutofillService:[I
48716 Landroid/service/autofill/AutofillService;->mHandler:Landroid/os/Handler;
48717 Landroid/service/autofill/AutofillService;->mInterface:Landroid/service/autofill/IAutoFillService;
48718 Landroid/service/autofill/AutofillService;->TAG:Ljava/lang/String;
81108 Lcom/android/internal/R$styleable;->AutofillService:[I
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt39759 public abstract class AutofillService extends android.app.Service {
39760 ctor public AutofillService();
39769 field public static final String SERVICE_INTERFACE = "android.service.autofill.AutofillService";