Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/
DOWNERS8 per-file AutofillManagerService*. = file:/core/java/android/view/autofill/OWNERS
10 per-file AutofillManagerService* = file:/core/java/android/view/autofill/OWNERS
11 per-file AutofillManagerService* = wangqi@google.com
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerServiceShellCommand.java21 import static com.android.server.autofill.AutofillManagerService.RECEIVER_BUNDLE_EXTRA_SESSIONS;
42 private final AutofillManagerService mService;
44 public AutofillManagerServiceShellCommand(AutofillManagerService service) { in AutofillManagerServiceShellCommand()
DAutofillManagerService.java115 public final class AutofillManagerService class
116 extends AbstractMasterSystemService<AutofillManagerService, AutofillManagerServiceImpl> {
120 private static final Object sLock = AutofillManagerService.class;
245 public AutofillManagerService(Context context) { in AutofillManagerService() method in AutofillManagerService
2214 new AutofillManagerServiceShellCommand(AutofillManagerService.this).exec( in onShellCommand()
DAutofillManagerServiceImpl.java88 import com.android.server.autofill.AutofillManagerService.AutofillCompatState;
89 import com.android.server.autofill.AutofillManagerService.DisabledInfoCache;
108 extends AbstractPerUserSystemService<AutofillManagerServiceImpl, AutofillManagerService> {
197 AutofillManagerServiceImpl(AutofillManagerService master, Object lock, in AutofillManagerServiceImpl()
DSession.java4403 if (numResponses >= AutofillManagerService.getPartitionMaxCount()) { in shouldStartNewPartitionLocked()
4405 + " 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.getAllowedCompatModePackages;
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DDialogFillUi.java55 import com.android.server.autofill.AutofillManagerService;
159 if (AutofillManagerService.getVisibleDatasetsMaxCount() > 0) { in getVisibleDatasetsMaxCount()
160 final int maxCount = AutofillManagerService.getVisibleDatasetsMaxCount(); in getVisibleDatasetsMaxCount()
DFillUi.java64 import com.android.server.autofill.AutofillManagerService;
213 if (AutofillManagerService.getVisibleDatasetsMaxCount() > 0) { in FillUi()
214 mVisibleDatasetsMaxCount = AutofillManagerService.getVisibleDatasetsMaxCount(); in FillUi()
/frameworks/base/services/java/com/android/server/
DSystemServer.java131 import com.android.server.autofill.AutofillManagerService;
2779 mSystemServiceManager.startService(AutofillManagerService.class); in startOtherServices()
/frameworks/base/services/
Dart-profile397 …ew/autofill/AutofillManagerInternal;Lcom/android/server/autofill/AutofillManagerService$LocalServi…
1284 HSPLcom/android/server/autofill/AutofillManagerService$LocalService;->getAutofillOptions(Ljava/lang…
1285 HSPLcom/android/server/autofill/AutofillManagerService$LocalService;->injectDisableAppInfo(Landroid…