Searched refs:mMaxInputLengthForAutofill (Results 1 – 3 of 3) sorted by relevance
106 private int mMaxInputLengthForAutofill = Integer.MAX_VALUE; field in InlineFillUi206 mMaxInputLengthForAutofill = maxInputLengthForAutofill; in InlineFillUi()219 mMaxInputLengthForAutofill = maxInputLengthForAutofill; in InlineFillUi()260 if (!TextUtils.isEmpty(mFilterText) && mFilterText.length() > mMaxInputLengthForAutofill) { in getInlineSuggestionsResponse()263 + mMaxInputLengthForAutofill + " characters"); in getInlineSuggestionsResponse()
134 private int mMaxInputLengthForAutofill; field in FillUi156 mMaxInputLengthForAutofill = maxInputLengthForAutofill; in FillUi()447 } else if (size > mMaxInputLengthForAutofill) { in applyNewFilterText()451 + mMaxInputLengthForAutofill + " characters"); in applyNewFilterText()
230 private int mMaxInputLengthForAutofill; field in AutofillManagerService720 mMaxInputLengthForAutofill = DeviceConfig.getInt( in setDeviceConfigProperties()1039 return mMaxInputLengthForAutofill; in getMaxInputLengthForAutofill()