Searched refs:mSupportedSmartSuggestionModes (Results 1 – 1 of 1) sorted by relevance
180 private int mSupportedSmartSuggestionModes; field in AutofillManagerService214 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()