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