Home
last modified time | relevance | path

Searched refs:AutofillManagerService (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerServiceShellCommand.java21 import static com.android.server.autofill.AutofillManagerService.RECEIVER_BUNDLE_EXTRA_SESSIONS;
39 private final AutofillManagerService mService;
41 public AutofillManagerServiceShellCommand(AutofillManagerService service) { in AutofillManagerServiceShellCommand()
DAutofillManagerService.java106 public final class AutofillManagerService class
107 extends AbstractMasterSystemService<AutofillManagerService, AutofillManagerServiceImpl> {
111 private static final Object sLock = AutofillManagerService.class;
189 public AutofillManagerService(Context context) { in AutofillManagerService() method in AutofillManagerService
1494 new AutofillManagerServiceShellCommand(AutofillManagerService.this).exec( in onShellCommand()
DAutofillManagerServiceImpl.java81 import com.android.server.autofill.AutofillManagerService.AutofillCompatState;
97 extends AbstractPerUserSystemService<AutofillManagerServiceImpl, AutofillManagerService> {
171 AutofillManagerServiceImpl(AutofillManagerService master, Object lock, in AutofillManagerServiceImpl()
DSession.java2223 if (numResponses >= AutofillManagerService.getPartitionMaxCount()) { in shouldStartNewPartitionLocked()
2225 + " reached maximum of " + AutofillManagerService.getPartitionMaxCount()); in shouldStartNewPartitionLocked()
/frameworks/base/services/tests/servicestests/src/com/android/server/autofill/
DAutofillManagerServiceTest.java18 import static com.android.server.autofill.AutofillManagerService.getWhitelistedCompatModePackages;
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DFillUi.java60 import com.android.server.autofill.AutofillManagerService;
195 if (AutofillManagerService.getVisibleDatasetsMaxCount() > 0) { in FillUi()
196 mVisibleDatasetsMaxCount = AutofillManagerService.getVisibleDatasetsMaxCount(); in FillUi()
/frameworks/base/services/
Dart-profile4473 PLcom/android/server/autofill/-$$Lambda$AutofillManagerService$1$1-WNu3tTkxodB_LsZ7dGIlvrPN0;-><ini…
4490 PLcom/android/server/autofill/AutofillManagerService$1;->onReceive(Landroid/content/Context;Landroi…
4491 PLcom/android/server/autofill/AutofillManagerService$AutoFillManagerServiceStub;->addClient(Landroi…
4492 PLcom/android/server/autofill/AutofillManagerService$AutoFillManagerServiceStub;->cancelSession(II)V
4493 PLcom/android/server/autofill/AutofillManagerService$AutoFillManagerServiceStub;->dump(Ljava/io/Fil…
4494 PLcom/android/server/autofill/AutofillManagerService$AutoFillManagerServiceStub;->finishSession(II)V
4495 PLcom/android/server/autofill/AutofillManagerService$AutoFillManagerServiceStub;->getFillEventHisto…
4496 PLcom/android/server/autofill/AutofillManagerService$AutoFillManagerServiceStub;->isServiceSupporte…
4497 PLcom/android/server/autofill/AutofillManagerService$AutoFillManagerServiceStub;->removeClient(Land…
4498 PLcom/android/server/autofill/AutofillManagerService$AutoFillManagerServiceStub;->restoreSession(IL…
[all …]