Searched refs:mAutofillCompatState (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerService.java136 private final AutofillCompatState mAutofillCompatState = new AutofillCompatState(); field in class:AutofillManagerService
345 mAutofillCompatState, mDisabledUsers.get(resolvedUserId));
560 mAutofillCompatState.removeCompatibilityModeRequests(userId);
591 mAutofillCompatState.reset(userId);
608 mAutofillCompatState.addCompatibilityModeRequest(packageName,
688 return mAutofillCompatState.isCompatibilityModeRequested(
1232 mAutofillCompatState.dump(prefix2, pw);
H A DAutofillManagerServiceImpl.java168 private final AutofillCompatState mAutofillCompatState; field in class:AutofillManagerServiceImpl
184 mAutofillCompatState = autofillCompatState;
217 return mAutofillCompatState.getUrlBarResourceIds(packageName, mUserId);

Completed in 13 milliseconds