Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerService.java185 private int mSupportedSmartSuggestionModes; field in AutofillManagerService
219 if (mSupportedSmartSuggestionModes != AutofillManager.FLAG_SMART_SUGGESTION_OFF) { in AutofillManagerService()
374 return mSupportedSmartSuggestionModes; in getSupportedSmartSuggestionModesLocked()
576 mSupportedSmartSuggestionModes = DeviceConfig.getInt( in setDeviceConfigProperties()
585 + getSmartSuggestionModeToString(mSupportedSmartSuggestionModes)); in setDeviceConfigProperties()
1760 if (mSupportedSmartSuggestionModes != 0) { in dump()
1762 pw.println(getSmartSuggestionModeToString(mSupportedSmartSuggestionModes)); in dump()