Searched refs:AutofillManagerService (Results 1 – 8 of 8) sorted by relevance
22 import static com.android.server.autofill.AutofillManagerService.RECEIVER_BUNDLE_EXTRA_SESSIONS;40 private final AutofillManagerService mService;42 public AutofillManagerServiceShellCommand(AutofillManagerService service) { in AutofillManagerServiceShellCommand()
113 public final class AutofillManagerService class114 extends AbstractMasterSystemService<AutofillManagerService, AutofillManagerServiceImpl> {118 private static final Object sLock = AutofillManagerService.class;233 public AutofillManagerService(Context context) { in AutofillManagerService() method in AutofillManagerService2141 new AutofillManagerServiceShellCommand(AutofillManagerService.this).exec( in onShellCommand()
84 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()
3965 if (numResponses >= AutofillManagerService.getPartitionMaxCount()) { in shouldStartNewPartitionLocked()3967 + " reached maximum of " + AutofillManagerService.getPartitionMaxCount()); in shouldStartNewPartitionLocked()
18 import static com.android.server.autofill.AutofillManagerService.getAllowedCompatModePackages;
55 import com.android.server.autofill.AutofillManagerService;159 if (AutofillManagerService.getVisibleDatasetsMaxCount() > 0) { in getVisibleDatasetsMaxCount()160 final int maxCount = AutofillManagerService.getVisibleDatasetsMaxCount(); in getVisibleDatasetsMaxCount()
61 import com.android.server.autofill.AutofillManagerService;205 if (AutofillManagerService.getVisibleDatasetsMaxCount() > 0) { in FillUi()206 mVisibleDatasetsMaxCount = AutofillManagerService.getVisibleDatasetsMaxCount(); in FillUi()
2753 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…