Searched refs:trimmedName (Results 1 – 1 of 1) sorted by relevance
528 String trimmedName = fullName.stripWhiteSpace(); in nameForAutofill() local529 if (!trimmedName.isEmpty()) in nameForAutofill()530 return trimmedName; in nameForAutofill()532 trimmedName = fullName.stripWhiteSpace(); in nameForAutofill()533 return trimmedName; in nameForAutofill()