Searched refs:sStringLengthFilter (Results 1 – 1 of 1) sorted by relevance
42 private static InputFilter sStringLengthFilter; field in CarUxRestrictionsUtils54 if (sStringLengthFilter == null) { in comply()56 sStringLengthFilter = new InputFilter.LengthFilter(lengthLimit); in comply()65 if (!filters.contains(sStringLengthFilter)) { in comply()67 updatedFilters.add(sStringLengthFilter); in comply()70 } else if (filters.contains(sStringLengthFilter)) { in comply()72 updatedFilters.remove(sStringLengthFilter); in comply()