Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerService.java153 private final AutofillCompatState mAutofillCompatState = new AutofillCompatState(); field in AutofillManagerService
300 mWtfHistory, resolvedUserId, mUi, mAutofillCompatState, disabled); in newServiceLocked()
307 mAutofillCompatState.removeCompatibilityModeRequests(userId); in onServiceRemoved()
637 mAutofillCompatState.reset(userId); in addCompatibilityModeRequestsLocked()
654 mAutofillCompatState.addCompatibilityModeRequest(packageName, in addCompatibilityModeRequestsLocked()
806 final boolean compatModeEnabled = mAutofillCompatState.isCompatibilityModeRequested( in getAutofillOptions()
1463 mAutofillCompatState.dump(prefix, pw); in dump()
DAutofillManagerServiceImpl.java155 private final AutofillCompatState mAutofillCompatState; field in AutofillManagerServiceImpl
181 mAutofillCompatState = autofillCompatState; in AutofillManagerServiceImpl()
223 return mAutofillCompatState.getUrlBarResourceIds(packageName, mUserId); in getUrlBarResourceIdsForCompatMode()