Home
last modified time | relevance | path

Searched refs:sStringLengthFilter (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/car/src/main/java/androidx/car/utils/
DCarUxRestrictionsUtils.java42 private static InputFilter sStringLengthFilter; field in CarUxRestrictionsUtils
54 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()