Searched refs:AutofillService (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/service/autofill/ |
D | AutofillService.java | 552 public abstract class AutofillService extends Service { class 581 connected ? AutofillService::onConnected : AutofillService::onDisconnected, 582 AutofillService.this)); 594 AutofillService::onFillRequest, 595 AutofillService.this, request, CancellationSignal.fromTransport(transport), 602 AutofillService::onSaveRequest, 603 AutofillService.this, request, new SaveCallback(callback)));
|
D | AutofillServiceInfo.java | 111 AutofillService.SERVICE_META_DATA); in AutofillServiceInfo() 135 com.android.internal.R.styleable.AutofillService); in AutofillServiceInfo()
|
/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/ |
D | MyAutofillService.java | 19 import android.service.autofill.AutofillService; 44 public class MyAutofillService extends AutofillService {
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | RemoteFillService.java | 32 import android.service.autofill.AutofillService; 68 super(context, AutofillService.SERVICE_INTERFACE, componentName, userId, callbacks, in RemoteFillService()
|
D | AutofillManagerServiceImpl.java | 52 import android.service.autofill.AutofillService;
|
D | Session.java | 65 import android.service.autofill.AutofillService;
|
/frameworks/base/core/java/android/view/autofill/ |
D | AutofillManager.java | 47 import android.service.autofill.AutofillService;
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 41357 public abstract class AutofillService extends android.app.Service { 41358 ctor public AutofillService(); 41365 field public static final String SERVICE_INTERFACE = "android.service.autofill.AutofillService";
|
/frameworks/base/api/ |
D | current.txt | 41501 public abstract class AutofillService extends android.app.Service { 41502 ctor public AutofillService(); 41509 field public static final String SERVICE_INTERFACE = "android.service.autofill.AutofillService";
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 57795 Landroid/R$styleable;->AutofillService:[I 62628 Landroid/service/autofill/AutofillService;->mHandler:Landroid/os/Handler; 62629 Landroid/service/autofill/AutofillService;->mInterface:Landroid/service/autofill/IAutoFillService; 62630 Landroid/service/autofill/AutofillService;->TAG:Ljava/lang/String; 95541 Lcom/android/internal/R$styleable;->AutofillService:[I
|