Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerService.java197 private int mSupportedSmartSuggestionModes; field in AutofillManagerService
280 if (mSupportedSmartSuggestionModes != AutofillManager.FLAG_SMART_SUGGESTION_OFF) { in AutofillManagerService()
493 return mSupportedSmartSuggestionModes; in getSupportedSmartSuggestionModesLocked()
691 mSupportedSmartSuggestionModes = DeviceConfig.getInt( in setDeviceConfigProperties()
700 + getSmartSuggestionModeToString(mSupportedSmartSuggestionModes)); in setDeviceConfigProperties()
2180 if (mSupportedSmartSuggestionModes != 0) { in dump()
2182 pw.println(getSmartSuggestionModeToString(mSupportedSmartSuggestionModes)); in dump()