Searched refs:mAutofillCompatState (Results 1 – 2 of 2) sorted by relevance
153 private final AutofillCompatState mAutofillCompatState = new AutofillCompatState(); field in AutofillManagerService300 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()
155 private final AutofillCompatState mAutofillCompatState; field in AutofillManagerServiceImpl181 mAutofillCompatState = autofillCompatState; in AutofillManagerServiceImpl()223 return mAutofillCompatState.getUrlBarResourceIds(packageName, mUserId); in getUrlBarResourceIdsForCompatMode()