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.java180 private int mSupportedSmartSuggestionModes; field in AutofillManagerService
214 if (mSupportedSmartSuggestionModes != AutofillManager.FLAG_SMART_SUGGESTION_OFF) { in AutofillManagerService()
334 return mSupportedSmartSuggestionModes; in getSupportedSmartSuggestionModesLocked()
536 mSupportedSmartSuggestionModes = DeviceConfig.getInt( in setDeviceConfigProperties()
545 + getSmartSuggestionModeToString(mSupportedSmartSuggestionModes)); in setDeviceConfigProperties()
1466 if (mSupportedSmartSuggestionModes != 0) { in dump()
1468 pw.println(getSmartSuggestionModeToString(mSupportedSmartSuggestionModes)); in dump()