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