Searched refs:AutofillManagerService (Results 1 – 10 of 10) sorted by relevance
8 per-file AutofillManagerService*. = file:/core/java/android/view/autofill/OWNERS10 per-file AutofillManagerService* = file:/core/java/android/view/autofill/OWNERS11 per-file AutofillManagerService* = wangqi@google.com
21 import static com.android.server.autofill.AutofillManagerService.RECEIVER_BUNDLE_EXTRA_SESSIONS;42 private final AutofillManagerService mService;44 public AutofillManagerServiceShellCommand(AutofillManagerService service) { in AutofillManagerServiceShellCommand()
115 public final class AutofillManagerService class116 extends AbstractMasterSystemService<AutofillManagerService, AutofillManagerServiceImpl> {120 private static final Object sLock = AutofillManagerService.class;245 public AutofillManagerService(Context context) { in AutofillManagerService() method in AutofillManagerService2214 new AutofillManagerServiceShellCommand(AutofillManagerService.this).exec( in onShellCommand()
88 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()
4403 if (numResponses >= AutofillManagerService.getPartitionMaxCount()) { in shouldStartNewPartitionLocked()4405 + " 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()
64 import com.android.server.autofill.AutofillManagerService;213 if (AutofillManagerService.getVisibleDatasetsMaxCount() > 0) { in FillUi()214 mVisibleDatasetsMaxCount = AutofillManagerService.getVisibleDatasetsMaxCount(); in FillUi()
131 import com.android.server.autofill.AutofillManagerService;2779 mSystemServiceManager.startService(AutofillManagerService.class); in startOtherServices()
397 …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…