Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerServiceShellCommand.java22 import static com.android.server.autofill.AutofillManagerService.RECEIVER_BUNDLE_EXTRA_SESSIONS;
40 private final AutofillManagerService mService;
42 public AutofillManagerServiceShellCommand(AutofillManagerService service) { in AutofillManagerServiceShellCommand()
H A DAutofillManagerService.java113 public final class AutofillManagerService class
114 extends AbstractMasterSystemService<AutofillManagerService, AutofillManagerServiceImpl> {
118 private static final Object sLock = AutofillManagerService.class;
233 public AutofillManagerService(Context context) { in AutofillManagerService() method in AutofillManagerService
2141 new AutofillManagerServiceShellCommand(AutofillManagerService.this).exec( in onShellCommand()
H A DAutofillManagerServiceImpl.java84 import com.android.server.autofill.AutofillManagerService.AutofillCompatState;
85 import com.android.server.autofill.AutofillManagerService.DisabledInfoCache;
103 extends AbstractPerUserSystemService<AutofillManagerServiceImpl, AutofillManagerService> {
192 AutofillManagerServiceImpl(AutofillManagerService master, Object lock, in AutofillManagerServiceImpl()
H A DSession.java3965 if (numResponses >= AutofillManagerService.getPartitionMaxCount()) { in shouldStartNewPartitionLocked()
3967 + " reached maximum of " + AutofillManagerService.getPartitionMaxCount()); in shouldStartNewPartitionLocked()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/autofill/
H A DAutofillManagerServiceTest.java18 import static com.android.server.autofill.AutofillManagerService.getAllowedCompatModePackages;
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DDialogFillUi.java55 import com.android.server.autofill.AutofillManagerService;
159 if (AutofillManagerService.getVisibleDatasetsMaxCount() > 0) { in getVisibleDatasetsMaxCount()
160 final int maxCount = AutofillManagerService.getVisibleDatasetsMaxCount(); in getVisibleDatasetsMaxCount()
H A DFillUi.java61 import com.android.server.autofill.AutofillManagerService;
205 if (AutofillManagerService.getVisibleDatasetsMaxCount() > 0) { in FillUi()
206 mVisibleDatasetsMaxCount = AutofillManagerService.getVisibleDatasetsMaxCount(); in FillUi()
/aosp14/frameworks/base/services/
H A Dart-profile2753 HSPLcom/android/server/autofill/AutofillManagerService$AugmentedAutofillState;->injectAugmentedAuto…
2754 HSPLcom/android/server/autofill/AutofillManagerService$DisabledInfoCache;->getAppDisabledActivities…
2755 HSPLcom/android/server/autofill/AutofillManagerService$DisabledInfoCache;->getAppDisabledExpiration…
2756 HSPLcom/android/server/autofill/AutofillManagerService$LocalService;->getAutofillOptions(Ljava/lang…
2757 HSPLcom/android/server/autofill/AutofillManagerService$LocalService;->injectDisableAppInfo(Landroid…