Searched refs:AutofillService (Results 1 – 12 of 12) sorted by relevance
555 public abstract class AutofillService extends Service { class606 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,
19 import static android.service.autofill.AutofillService.EXTRA_ERROR;20 import static android.service.autofill.AutofillService.EXTRA_RESULT;
122 AutofillService.SERVICE_META_DATA); in AutofillServiceInfo()150 com.android.internal.R.styleable.AutofillService); in AutofillServiceInfo()304 new Intent(AutofillService.SERVICE_INTERFACE), in getAvailableServices()
20 import android.service.autofill.AutofillService;42 public class MyAutofillService extends AutofillService {
32 import android.service.autofill.AutofillService;80 super(context, new Intent(AutofillService.SERVICE_INTERFACE).setComponent(componentName), in RemoteFillService()
20 import static android.service.autofill.AutofillService.EXTRA_RESULT;
52 import android.service.autofill.AutofillService;
21 import static android.service.autofill.AutofillService.EXTRA_FILL_RESPONSE;133 import android.service.autofill.AutofillService;
61 import android.service.autofill.AutofillService;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
43883 Landroid/R$styleable;->AutofillService:[I48716 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
39759 public abstract class AutofillService extends android.app.Service {39760 ctor public AutofillService();39769 field public static final String SERVICE_INTERFACE = "android.service.autofill.AutofillService";