Home
last modified time | relevance | path

Searched refs:IAutoFillManager (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/view/autofill/
DIAutoFillManager.aidl38 oneway interface IAutoFillManager { interface
DAutofillManager.java448 private final IAutoFillManager mService;
667 public AutofillManager(Context context, IAutoFillManager service) { in AutofillManager()
1851 final IAutoFillManager service = mService; in ensureServiceClientAddedIfNeededLocked()
/frameworks/base/config/
Dhiddenapi-greylist.txt256 Landroid/view/autofill/IAutoFillManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
257 Landroid/view/autofill/IAutoFillManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/view/autof…
Dpreloaded-classes4085 android.view.autofill.IAutoFillManager$Stub$Proxy
4086 android.view.autofill.IAutoFillManager$Stub
4087 android.view.autofill.IAutoFillManager
Dhiddenapi-greylist-max-o.txt73764 …tofill/AutofillManager;-><init>(Landroid/content/Context;Landroid/view/autofill/IAutoFillManager;)V
73820 Landroid/view/autofill/AutofillManager;->mService:Landroid/view/autofill/IAutoFillManager;
73907 Landroid/view/autofill/IAutoFillManager$Stub$Proxy;->addClient(Landroid/view/autofill/IAutoFillMana…
73908 Landroid/view/autofill/IAutoFillManager$Stub$Proxy;->cancelSession(II)V
73909 Landroid/view/autofill/IAutoFillManager$Stub$Proxy;->disableOwnedAutofillServices(I)V
73910 Landroid/view/autofill/IAutoFillManager$Stub$Proxy;->finishSession(II)V
73911 Landroid/view/autofill/IAutoFillManager$Stub$Proxy;->getAutofillServiceComponentName()Landroid/cont…
73912 Landroid/view/autofill/IAutoFillManager$Stub$Proxy;->getAvailableFieldClassificationAlgorithms()[Lj…
73913 Landroid/view/autofill/IAutoFillManager$Stub$Proxy;->getDefaultFieldClassificationAlgorithm()Ljava/…
73914 Landroid/view/autofill/IAutoFillManager$Stub$Proxy;->getFillEventHistory()Landroid/service/autofill…
[all …]
Dboot-image-profile.txt18068 …tofill/AutofillManager;-><init>(Landroid/content/Context;Landroid/view/autofill/IAutoFillManager;)V
18084 HSPLandroid/view/autofill/IAutoFillManager$Stub$Proxy;->addClient(Landroid/view/autofill/IAutoFillM…
18085 HSPLandroid/view/autofill/IAutoFillManager$Stub;-><init>()V
18086 HSPLandroid/view/autofill/IAutoFillManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/view/au…
18087 HPLandroid/view/autofill/IAutoFillManager$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;…
36800 Landroid/view/autofill/IAutoFillManager$Stub$Proxy;
36801 Landroid/view/autofill/IAutoFillManager$Stub;
36802 Landroid/view/autofill/IAutoFillManager;
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java193 import android.view.autofill.IAutoFillManager;
1188 IAutoFillManager service = IAutoFillManager.Stub.asInterface(b); in registerService()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerService.java71 import android.view.autofill.IAutoFillManager;
1046 final class AutoFillManagerServiceStub extends IAutoFillManager.Stub {