Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/libs/car-uxr-client-lib/src/com/android/car/uxr/
H A DCarUxRestrictionsAppConfig.java76 private final Integer mContentLimit; field in CarUxRestrictionsAppConfig.ListConfig
83 mContentLimit = contentLimit; in ListConfig()
112 return mContentLimit; in getContentLimit()
131 private Integer mContentLimit; field in CarUxRestrictionsAppConfig.ListConfig.Builder
155 mContentLimit = contentLimit; in setContentLimit()
177 return new ListConfig(mId, mContentLimit, mScrollingLimitedMessageResId); in build()