Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationDiff.java69 return getContentLimitedListSize(mOldList.size()); in getOldListSize()
74 return getContentLimitedListSize(mNewList.size()); in getNewListSize()
256 private int getContentLimitedListSize(int listSize) { in getContentLimitedListSize() method in CarNotificationDiff